(svn r25896) -Fix: Remove unused and unimplemented declaration of RunAverages.
This commit is contained in:
		@@ -456,8 +456,6 @@ public:
 | 
				
			|||||||
	/* virtual */ uint32 GetNewGRFVariable(const ResolverObject *object, byte variable, byte parameter, bool *available) const;
 | 
						/* virtual */ uint32 GetNewGRFVariable(const ResolverObject *object, byte variable, byte parameter, bool *available) const;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* virtual */ void GetTileArea(TileArea *ta, StationType type) const;
 | 
						/* virtual */ void GetTileArea(TileArea *ta, StationType type) const;
 | 
				
			||||||
 | 
					 | 
				
			||||||
	void RunAverages();
 | 
					 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define FOR_ALL_STATIONS(var) FOR_ALL_BASE_STATIONS_OF_TYPE(Station, var)
 | 
					#define FOR_ALL_STATIONS(var) FOR_ALL_BASE_STATIONS_OF_TYPE(Station, var)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user