summaryrefslogtreecommitdiff
path: root/src/screen
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/screen
parent8a278016b0ebe4b2a20348f1ebb2aff3037248c3 (diff)
Wiped out all "UNUSED" stuff
Plus small code cleaning, simplifying of some statements etc.
Diffstat (limited to 'src/screen')
-rw-r--r--src/screen/world.c6
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);
}