summaryrefslogtreecommitdiff
path: root/gfx.c
diff options
context:
space:
mode:
Diffstat (limited to 'gfx.c')
-rw-r--r--gfx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gfx.c b/gfx.c
index db64cb049..c404c608a 100644
--- a/gfx.c
+++ b/gfx.c
@@ -1729,8 +1729,6 @@ static void DbgScreenRect(int left, int top, int right, int bottom)
}
#endif
-extern bool _dbg_screen_rect;
-
void RedrawScreenRect(int left, int top, int right, int bottom)
{
assert(right <= _screen.width && bottom <= _screen.height);