(svn r5896) Remove pointless indirection similar to r5894 and remove an unnecessary global variable

This commit is contained in:
tron
2006-08-14 21:02:48 +00:00
parent c16d77874e
commit 68c2a77910
4 changed files with 28 additions and 42 deletions

View File

@@ -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"