summaryrefslogtreecommitdiff
path: root/openttd.h
diff options
context:
space:
mode:
Diffstat (limited to 'openttd.h')
-rw-r--r--openttd.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/openttd.h b/openttd.h
index 511d3fe3e..5221ffe76 100644
--- a/openttd.h
+++ b/openttd.h
@@ -21,15 +21,6 @@ typedef struct Pair {
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"