summaryrefslogtreecommitdiff
path: root/src/station_base.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-09-12 12:56:49 +0000
committerrubidium <rubidium@openttd.org>2009-09-12 12:56:49 +0000
commitc60cebd4bb2a2c0ad68e2bbec814d768cab939f1 (patch)
tree8db150015b74548e80c6cfc8f0adfb14752f3ac8 /src/station_base.h
parent461556e2c07f26106e8005caa18c648b59e30741 (diff)
downloadopenttd-c60cebd4bb2a2c0ad68e2bbec814d768cab939f1.tar.xz
(svn r17508) -Fix [FS#3195] (r16859): join station window didn't get updated when stations were removed from the pool
Diffstat (limited to 'src/station_base.h')
-rw-r--r--src/station_base.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/station_base.h b/src/station_base.h
index 9ed0262c6..4bd1b54af 100644
--- a/src/station_base.h
+++ b/src/station_base.h
@@ -119,8 +119,6 @@ public:
/* virtual */ uint32 GetNewGRFVariable(const ResolverObject *object, byte variable, byte parameter, bool *available) const;
/* virtual */ void GetTileArea(TileArea *ta, StationType type) const;
-
- static void PostDestructor(size_t index);
};
#define FOR_ALL_STATIONS(var) FOR_ALL_BASE_STATIONS_OF_TYPE(Station, var)