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
commiteda592128415c3f19522f53ccf104ca7a9d63a4d (patch)
tree3cbf0f2627d7c1bc42c9dfe7411d41725768339f /src/station.h
parent079482f0a214ee12b17b2728fa0cbaec4d752544 (diff)
downloadopenttd-eda592128415c3f19522f53ccf104ca7a9d63a4d.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