diff options
author | tron <tron@openttd.org> | 2006-08-14 21:02:48 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2006-08-14 21:02:48 +0000 |
commit | 68c2a77910ed5fe25851456af2d0dedeaec7ea3a (patch) | |
tree | 44bcb27603f6d74decf398db14b07947dfd62c4c /openttd.h | |
parent | c16d77874ebaee3b2b0291300cca25f553950e90 (diff) | |
download | openttd-68c2a77910ed5fe25851456af2d0dedeaec7ea3a.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.h | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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" |