summaryrefslogtreecommitdiff
path: root/src/client/interface.c
diff options
context:
space:
mode:
authorMichal Zima <xhire@mujmalysvet.cz>2010-06-18 13:09:40 +0200
committerMichal Zima <xhire@mujmalysvet.cz>2010-06-18 13:09:40 +0200
commite7a6a7a14aeea2ee9f2c235d0cbabf0cb3660e89 (patch)
tree4ab86d23b7470657761d754426bab3645a91bf14 /src/client/interface.c
parent8a278016b0ebe4b2a20348f1ebb2aff3037248c3 (diff)
Wiped out all "UNUSED" stuff
Plus small code cleaning, simplifying of some statements etc.
Diffstat (limited to 'src/client/interface.c')
-rw-r--r--src/client/interface.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/interface.c b/src/client/interface.c
index fd11396..62d7f96 100644
--- a/src/client/interface.c
+++ b/src/client/interface.c
@@ -32,8 +32,6 @@ static Uint32 TimerCallback(Uint32 interval, void *param)
{
SDL_Event event;
- UNUSED(param);
-
event.type = SDL_USEREVENT;
event.user.code = USR_EVT_TIMER;
event.user.data1 = NULL;