summaryrefslogtreecommitdiff
path: root/src/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gfx.h')
-rw-r--r--src/gfx.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gfx.h b/src/gfx.h
index edc19ab07..8c6408899 100644
--- a/src/gfx.h
+++ b/src/gfx.h
@@ -302,9 +302,4 @@ enum StringColorFlags {
IS_PALETTE_COLOR = 0x100, ///< color value is already a real palette color index, not an index of a StringColor
};
-
-#ifdef _DEBUG
-extern bool _dbg_screen_rect;
-#endif
-
#endif /* GFX_H */