summaryrefslogtreecommitdiff
path: root/src/newgrf_object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf_object.cpp')
-rw-r--r--src/newgrf_object.cpp6
1 files changed, 0 insertions, 6 deletions
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.