diff options
| author | Michal Zima <xhire@mujmalysvet.cz> | 2010-06-18 13:09:40 +0200 |
|---|---|---|
| committer | Michal Zima <xhire@mujmalysvet.cz> | 2010-06-18 13:09:40 +0200 |
| commit | e7a6a7a14aeea2ee9f2c235d0cbabf0cb3660e89 (patch) | |
| tree | 4ab86d23b7470657761d754426bab3645a91bf14 /src/screen/world.c | |
| parent | 8a278016b0ebe4b2a20348f1ebb2aff3037248c3 (diff) | |
Wiped out all "UNUSED" stuff
Plus small code cleaning, simplifying of some statements etc.
Diffstat (limited to 'src/screen/world.c')
| -rw-r--r-- | src/screen/world.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/screen/world.c b/src/screen/world.c index 3d3214b..90d10a1 100644 --- a/src/screen/world.c +++ b/src/screen/world.c @@ -379,14 +379,11 @@ void world_event() void dialog_yes(void *p) { - UNUSED(p); - world_do_end(); } void dialog_no(void *p) { - UNUSED(p); } static void hotkey_escape() @@ -423,9 +420,6 @@ void startWorld() static void action_analyze(space_t *space, tux_t *tux, void *p) { - UNUSED(space); - UNUSED(p); - analyze_add(tux->name, tux->score); } |