diff options
author | fonsinchen <fonsinchen@openttd.org> | 2013-10-22 16:11:45 +0000 |
---|---|---|
committer | fonsinchen <fonsinchen@openttd.org> | 2013-10-22 16:11:45 +0000 |
commit | e99965aa151222df4e570c550c80846b493f8736 (patch) | |
tree | 65649288142e109907fb6128f584cb6c74f6d521 | |
parent | 02e212a7fad9d25f5ee854eaf7b5d4a9ddab9e2f (diff) | |
download | openttd-e99965aa151222df4e570c550c80846b493f8736.tar.xz |
(svn r25896) -Fix: Remove unused and unimplemented declaration of RunAverages.
-rw-r--r-- | src/station_base.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/station_base.h b/src/station_base.h index d2266be9c..7d5179128 100644 --- a/src/station_base.h +++ b/src/station_base.h @@ -456,8 +456,6 @@ public: /* virtual */ uint32 GetNewGRFVariable(const ResolverObject *object, byte variable, byte parameter, bool *available) const; /* virtual */ void GetTileArea(TileArea *ta, StationType type) const; - - void RunAverages(); }; #define FOR_ALL_STATIONS(var) FOR_ALL_BASE_STATIONS_OF_TYPE(Station, var) |