summaryrefslogtreecommitdiff
path: root/src/openttd.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-03-28 16:36:59 +0000
committerrubidium <rubidium@openttd.org>2008-03-28 16:36:59 +0000
commit0f552a88a71455910b454f2fd8e5b36f4f66f541 (patch)
treeb8035b63599e0568a2ee4b45aefb190b7197690d /src/openttd.h
parent4c63dd074e84cff5ef94cc8e03a841f676b25e92 (diff)
downloadopenttd-0f552a88a71455910b454f2fd8e5b36f4f66f541.tar.xz
(svn r12471) -Codechange: move SignID to a more logical location.
Diffstat (limited to 'src/openttd.h')
-rw-r--r--src/openttd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/openttd.h b/src/openttd.h
index e19dd22d6..6d6c670eb 100644
--- a/src/openttd.h
+++ b/src/openttd.h
@@ -20,7 +20,6 @@ typedef EngineID *EngineList; ///< engine list type placeholder acceptable for C
/* IDs used in Pools */
typedef uint16 WaypointID;
-typedef uint16 SignID;
typedef uint16 EngineRenewID;
enum GameModes {