summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libgui.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/libgui.h')
-rw-r--r--crawl-ref/source/libgui.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/libgui.h b/crawl-ref/source/libgui.h
index 1c2b3f747a..7e1018f1d7 100644
--- a/crawl-ref/source/libgui.h
+++ b/crawl-ref/source/libgui.h
@@ -16,10 +16,6 @@
typedef unsigned int screen_buffer_t;
-//dungeon display size
-extern int tile_dngn_x;
-extern int tile_dngn_y;
-
void set_mouse_enabled(bool enabled);
struct coord_def;