(svn r25896) -Fix: Remove unused and unimplemented declaration of RunAverages.

This commit is contained in:
fonsinchen 2013-10-22 16:11:45 +00:00
parent 02e212a7fa
commit e99965aa15
1 changed files with 0 additions and 2 deletions

View File

@ -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)