src/openttd.h
changeset 9263 0f1ba0ce5839
parent 9259 088d3649dd4f
child 9264 31f5792aa96b
--- a/src/openttd.h	Fri Mar 28 11:09:14 2008 +0000
+++ b/src/openttd.h	Fri Mar 28 16:31:26 2008 +0000
@@ -32,14 +32,6 @@
 typedef uint16 SignID;
 typedef uint16 GroupID;
 typedef uint16 EngineRenewID;
-typedef uint16 DestinationID;
-
-/* DestinationID must be at least as large as every these below, because it can
- * be any of them
- */
-assert_compile(sizeof(DestinationID) >= sizeof(DepotID));
-assert_compile(sizeof(DestinationID) >= sizeof(WaypointID));
-assert_compile(sizeof(DestinationID) >= sizeof(StationID));
 
 enum GameModes {
 	GM_MENU,