From c3d407a5ba1fbad69035a4294cbf23f5af71e147 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 14 Aug 2006 21:02:48 +0000 Subject: (svn r5896) Remove pointless indirection similar to r5894 and remove an unnecessary global variable --- openttd.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'openttd.h') 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" -- cgit v1.2.3-54-g00ecf