summaryrefslogtreecommitdiff
path: root/src/cheat_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-19 09:48:47 +0000
committerrubidium <rubidium@openttd.org>2008-05-19 09:48:47 +0000
commit162e2e074bf6ac4cdec48515370c9379ca6e86bd (patch)
treead107e2b54965a8bc93dbd8dfc8a03260f20660d /src/cheat_gui.cpp
parentad29064cf3911e364294bd4dc450109bb4b87ecd (diff)
downloadopenttd-162e2e074bf6ac4cdec48515370c9379ca6e86bd.tar.xz
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
Diffstat (limited to 'src/cheat_gui.cpp')
-rw-r--r--src/cheat_gui.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cheat_gui.cpp b/src/cheat_gui.cpp
index 1bb1c5eba..67d191cb4 100644
--- a/src/cheat_gui.cpp
+++ b/src/cheat_gui.cpp
@@ -226,7 +226,6 @@ static const WindowDesc _cheats_desc = {
WC_CHEATS, WC_NONE,
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS,
_cheat_widgets,
- NULL
};