Changeset - r20852:28d5bb595426
[Not reviewed]
master
0 1 0
fonsinchen - 11 years ago 2013-10-22 16:11:45
fonsinchen@openttd.org
(svn r25896) -Fix: Remove unused and unimplemented declaration of RunAverages.
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/station_base.h
Show inline comments
 
@@ -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)
0 comments (0 inline, 0 general)