summaryrefslogtreecommitdiff
path: root/openttd.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-08-14 21:02:48 +0000
committertron <tron@openttd.org>2006-08-14 21:02:48 +0000
commitc3d407a5ba1fbad69035a4294cbf23f5af71e147 (patch)
tree44bcb27603f6d74decf398db14b07947dfd62c4c /openttd.h
parentab4091f1af3a59c320dbb67e0f17eb8ecc020f91 (diff)
downloadopenttd-c3d407a5ba1fbad69035a4294cbf23f5af71e147.tar.xz
(svn r5896) Remove pointless indirection similar to r5894 and remove an unnecessary global variable
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"