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_object.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/newgrf_object.cpp') diff --git a/src/newgrf_object.cpp b/src/newgrf_object.cpp index f09e94b3b..4c1c46149 100644 --- a/src/newgrf_object.cpp +++ b/src/newgrf_object.cpp @@ -337,12 +337,6 @@ unhandled: return UINT_MAX; } -/* virtual */ const SpriteGroup *ObjectResolverObject::ResolveReal(const RealSpriteGroup *group) const -{ - /* Objects do not have 'real' groups */ - return NULL; -} - /** * Get the object's sprite group. * @param spec The specification to get the sprite group from. -- cgit v1.2.3-54-g00ecf