From e3d1e435593b1a8b47f07ba2db2a7bb70ab27012 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 16 Oct 2005 09:13:04 +0000 Subject: (svn r3049) Replace byte/int/uint by RailType where appropriate --- functions.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'functions.h') diff --git a/functions.h b/functions.h index d5fcd6c50..a73a828ef 100644 --- a/functions.h +++ b/functions.h @@ -55,13 +55,6 @@ void DrawClearLandTile(const TileInfo *ti, byte set); void DrawClearLandFence(const TileInfo *ti); void TileLoopClearHelper(TileIndex tile); -/* station_land.c */ -void StationPickerDrawSprite(int x, int y, int railtype, int image); - -/* track_land.c */ -void DrawTrainDepotSprite(int x, int y, int image, int railtype); -void DrawDefaultWaypointSprite(int x, int y, int railtype); - /* road_land.c */ void DrawRoadDepotSprite(int x, int y, int image); -- cgit v1.2.3-54-g00ecf