summaryrefslogtreecommitdiff
path: root/src/station.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2007-12-05 17:08:10 +0000
committersmatz <smatz@openttd.org>2007-12-05 17:08:10 +0000
commit6ab52ddf89baa1316cb3285232fc764f64416631 (patch)
tree3cbf0f2627d7c1bc42c9dfe7411d41725768339f /src/station.h
parent15a5a1a95bd2d4543b43a6e9e3f38be94f9abbd9 (diff)
downloadopenttd-6ab52ddf89baa1316cb3285232fc764f64416631.tar.xz
(svn r11576) -Codechange: enumerize and comment station GUI
Diffstat (limited to 'src/station.h')
-rw-r--r--src/station.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/station.h b/src/station.h
index 7aac579c4..b964f5f46 100644
--- a/src/station.h
+++ b/src/station.h
@@ -250,10 +250,6 @@ StationSet FindStationsAroundIndustryTile(TileIndex tile, int w, int h);
void ShowStationViewWindow(StationID station);
void UpdateAllStationVirtCoord();
-/* sorter stuff */
-void RebuildStationLists();
-void ResortStationLists();
-
static inline StationID GetMaxStationIndex()
{
/* TODO - This isn't the real content of the function, but