From 4bf764a5b8952856b1ca04f1282121e8054938de Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 29 Oct 2011 22:58:13 +0000 Subject: Enable gcc warning to detect redundant declarations, and clean up instances of this within the code (thanks Edward-san). Subversion-branch: /branches/v2-branch Subversion-revision: 2468 --- src/doom/am_map.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/doom/am_map.c') diff --git a/src/doom/am_map.c b/src/doom/am_map.c index d957ea67..0e7b88e7 100644 --- a/src/doom/am_map.c +++ b/src/doom/am_map.c @@ -274,15 +274,6 @@ cheatseq_t cheat_amap = CHEAT("iddt", 0); static boolean stopped = true; -extern boolean viewactive; - -void -V_MarkRect -( int x, - int y, - int width, - int height ); - // Calculates the slope and slope according to the x-axis of a line // segment in map coordinates (with the upright y-axis n' all) so // that it can be used with the brain-dead drawing stuff. -- cgit v1.2.3