From a85770614525b20c7563e08f5bfcfbbd05c563fe Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 25 Dec 2005 19:44:23 +0000 Subject: (svn r3342) Remove some cruft --- openttd.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'openttd.h') diff --git a/openttd.h b/openttd.h index b8e92e4a5..81ed0b908 100644 --- a/openttd.h +++ b/openttd.h @@ -8,17 +8,10 @@ #define VARDEF extern #endif -// use this on non static functions -#define PUBLIC - typedef struct Rect { int left,top,right,bottom; } Rect; -typedef struct SmallPoint { - int16 x,y; -} SmallPoint; - typedef struct Point { int x,y; } Point; @@ -125,9 +118,6 @@ typedef struct TileInfo { uint z; } TileInfo; -enum { - NG_EDGE = 1, -}; /* Display Options */ enum { @@ -531,7 +521,6 @@ enum { VARDEF byte _savegame_sort_order; -#define INVALID_UINT_TILE (uint)0xFFFFFFFF #define INVALID_STRING_ID 0xFFFF enum { -- cgit v1.2.3-54-g00ecf