summaryrefslogtreecommitdiff
path: root/src/newgrf_station.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2008-01-15 10:36:51 +0000
committerpeter1138 <peter1138@openttd.org>2008-01-15 10:36:51 +0000
commit68a3df82b9542efcb9706de557cc0572c639316c (patch)
tree507d043788c1ef480a0d93c1cd7d54ad1d745c9d /src/newgrf_station.h
parent2723128ba9d228f4cfeede31bf57dbefd1b52647 (diff)
downloadopenttd-68a3df82b9542efcb9706de557cc0572c639316c.tar.xz
(svn r11859) -Codechange: Update newgrf station class dropdown to use new method of generating list.
Diffstat (limited to 'src/newgrf_station.h')
-rw-r--r--src/newgrf_station.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/newgrf_station.h b/src/newgrf_station.h
index cb969bc86..1bd02818f 100644
--- a/src/newgrf_station.h
+++ b/src/newgrf_station.h
@@ -102,7 +102,6 @@ void ResetStationClasses();
StationClassID AllocateStationClass(uint32 cls);
void SetStationClassName(StationClassID sclass, StringID name);
StringID GetStationClassName(StationClassID sclass);
-StringID *BuildStationClassDropdown();
uint GetNumStationClasses();
uint GetNumCustomStations(StationClassID sclass);