From 9b6485b5cc5f005a547e8dd3e3d5a8b90838ed99 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 24 Dec 2012 18:33:24 +0000 Subject: Fix compiler warnings by removing variables that are set but not used. Subversion-branch: /branches/v2-branch Subversion-revision: 2555 --- src/heretic/am_map.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/heretic/am_map.c') diff --git a/src/heretic/am_map.c b/src/heretic/am_map.c index aae30cc9..2230c69e 100644 --- a/src/heretic/am_map.c +++ b/src/heretic/am_map.c @@ -506,7 +506,6 @@ boolean AM_Responder(event_t * ev) { int rc; int key; - static int cheatstate = 0; static int bigstate = 0; key = ev->data1; @@ -611,7 +610,6 @@ boolean AM_Responder(event_t * ev) */ else { - cheatstate = 0; rc = false; } -- cgit v1.2.3