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/strife/f_wipe.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/strife/f_wipe.c') diff --git a/src/strife/f_wipe.c b/src/strife/f_wipe.c index 8c3eeaae..2d2ac3bd 100644 --- a/src/strife/f_wipe.c +++ b/src/strife/f_wipe.c @@ -271,8 +271,6 @@ wipe_ScreenWipe wipe_initMelt, wipe_doMelt, wipe_exitMelt }; - void V_MarkRect(int, int, int, int); - // initial stuff if (!go) { -- cgit v1.2.3