From e99965aa151222df4e570c550c80846b493f8736 Mon Sep 17 00:00:00 2001 From: fonsinchen Date: Tue, 22 Oct 2013 16:11:45 +0000 Subject: (svn r25896) -Fix: Remove unused and unimplemented declaration of RunAverages. --- src/station_base.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/station_base.h') 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) -- cgit v1.2.3-54-g00ecf