summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-16 07:34:48 +0000
committerrubidium <rubidium@openttd.org>2008-05-16 07:34:48 +0000
commitb39525581dc81b2c53a49d7f1c745f8e74561ab9 (patch)
treeadf51ede042e04411ba82b69ea41389e99e20283 /src/window_gui.h
parent1a2413d59e794fa75a7abac0eb5ea42a4378fe5c (diff)
downloadopenttd-b39525581dc81b2c53a49d7f1c745f8e74561ab9.tar.xz
(svn r13117) -Codechange: make a window class of the PlayerFinancesWindow.
Diffstat (limited to 'src/window_gui.h')
-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 e63716279..b6636e2cc 100644
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -515,11 +515,6 @@ public:
/*** End of the event handling ***/
};
-struct def_d {
- int16 data_1, data_2, data_3;
-};
-assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(def_d));
-
enum SortListFlags {
VL_NONE = 0, ///< no sort
VL_DESC = 1 << 0, ///< sort descending or ascending