From 4c9bea2a714da675217522c39113ba2c2c5bbee4 Mon Sep 17 00:00:00 2001 From: alberth Date: Sat, 10 Nov 2012 20:45:59 +0000 Subject: (svn r24692) -Cleanup: Cleanup final parts of the old resolver code. --- src/newgrf_industrytiles.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/newgrf_industrytiles.cpp') diff --git a/src/newgrf_industrytiles.cpp b/src/newgrf_industrytiles.cpp index b641bfe90..e778a3ac7 100644 --- a/src/newgrf_industrytiles.cpp +++ b/src/newgrf_industrytiles.cpp @@ -99,12 +99,6 @@ uint32 GetRelativePosition(TileIndex tile, TileIndex ind_tile) return UINT_MAX; } -/* virtual */ const SpriteGroup *IndustryTileResolverObject::ResolveReal(const RealSpriteGroup *group) const -{ - /* IndustryTile do not have 'real' groups. Or do they?? */ - return NULL; -} - /* virtual */ uint32 IndustryTileScopeResolver::GetRandomBits() const { assert(this->industry != NULL && IsValidTile(this->tile)); -- cgit v1.2.3-54-g00ecf