summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-01-08 16:33:41 +0000
committerrubidium <rubidium@openttd.org>2009-01-08 16:33:41 +0000
commitb34b3865882d87d3ad89403e1691c2a18b1cfb7e (patch)
tree6a765b4024f6a111e30d2341540c517dfa235c94
parente39484e9a8c2ddf93bce5b9ec5bc570c415c6000 (diff)
downloadopenttd-b34b3865882d87d3ad89403e1691c2a18b1cfb7e.tar.xz
(svn r14918) -Cleanup: remove unused constant.
-rw-r--r--src/window_gui.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/window_gui.h b/src/window_gui.h
index 266bf5a80..2e6fc2f63 100644
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -15,11 +15,6 @@
#include "window_type.h"
#include "tile_type.h"
-/**
- * The maximum number of windows that can be opened.
- */
-static const int MAX_NUMBER_OF_WINDOWS = 25;
-
/* How the resize system works:
First, you need to add a WWT_RESIZEBOX to the widgets, and you need
to add the flag WDF_RESIZABLE to the window. Now the window is ready