summaryrefslogtreecommitdiff
path: root/openttd.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-12-24 12:47:51 +0000
committertron <tron@openttd.org>2005-12-24 12:47:51 +0000
commite840c17fef3b991da6fb90b74dbb7000eccc06df (patch)
treed70a1f79c5ffca3f9e5653c84be65fa54d134cf5 /openttd.h
parentdf686b1d33a431f81e71c23231efa9815eea1f54 (diff)
downloadopenttd-e840c17fef3b991da6fb90b74dbb7000eccc06df.tar.xz
(svn r3334) Remove 2 unused window classes
Diffstat (limited to 'openttd.h')
-rw-r--r--openttd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/openttd.h b/openttd.h
index ed67eff48..b8e92e4a5 100644
--- a/openttd.h
+++ b/openttd.h
@@ -396,7 +396,6 @@ enum {
WC_BUS_STATION = 0x19,
WC_TRUCK_STATION = 0x1A,
WC_BUILD_DEPOT = 0x1B,
- WC_DEBUGGER = 0x1C,
WC_COMPANY = 0x1D,
WC_FINANCES = 0x1E,
WC_PLAYER_COLOR = 0x1F,
@@ -419,7 +418,6 @@ enum {
WC_COMPANY_LEAGUE = 0x31,
WC_BUY_COMPANY = 0x32,
WC_PAYMENT_RATES = 0x33,
- WC_SELECT_TUTORIAL = 0x34,
WC_ENGINE_PREVIEW = 0x35,
WC_MUSIC_WINDOW = 0x36,
WC_MUSIC_TRACK_SELECTION = 0x37,