summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-10 08:58:52 +0000
committerrubidium <rubidium@openttd.org>2008-05-10 08:58:52 +0000
commit2c96ce4506163ad1528db6a4340964af99fc1de2 (patch)
tree746df1921c03a63762ea8a5c0a05a16d672c34fe /src/window_gui.h
parent8ebfbc2bd3c8a74693057ac4c38844d1f50e3995 (diff)
downloadopenttd-2c96ce4506163ad1528db6a4340964af99fc1de2.tar.xz
(svn r13027) -Codechange: use StrEmpty instead of arr[0] == '\0' and remove the need for WE_ON_EDIT_TEXT_CANCEL.
Diffstat (limited to 'src/window_gui.h')
-rw-r--r--src/window_gui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/window_gui.h b/src/window_gui.h
index 1f21f94bd..cafd5b060 100644
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -125,7 +125,6 @@ enum WindowEventCodes {
WE_PLACE_OBJ,
WE_ABORT_PLACE_OBJ,
WE_ON_EDIT_TEXT,
- WE_ON_EDIT_TEXT_CANCEL,
WE_DRAGDROP,
WE_PLACE_DRAG,
WE_PLACE_MOUSEUP,