diff options
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); } |