openttd.h
changeset 4268 78373df5a67a
parent 4264 88bd44d27954
child 4293 2c24234a7aec
--- a/openttd.h	Mon Aug 14 20:37:15 2006 +0000
+++ b/openttd.h	Mon Aug 14 21:02:48 2006 +0000
@@ -21,15 +21,6 @@
 	int b;
 } Pair;
 
-/**
- * Is used as a general sortable struct (using qsort and friends). Is used for
- * sorting vehicles and stations at the moment
- */
-typedef struct SortStruct {
-	uint32	index;
-	byte		owner;
-} SortStruct;
-
 #include "map.h"
 #include "slope.h"