summaryrefslogtreecommitdiff
path: root/src/newgrf_railtype.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf_railtype.cpp')
-rw-r--r--src/newgrf_railtype.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/newgrf_railtype.cpp b/src/newgrf_railtype.cpp
index 407acc984..95d891f24 100644
--- a/src/newgrf_railtype.cpp
+++ b/src/newgrf_railtype.cpp
@@ -58,13 +58,6 @@
return UINT_MAX;
}
-/* virtual */ const SpriteGroup *RailTypeResolverObject::ResolveReal(const RealSpriteGroup *group) const
-{
- if (!group->loading.empty()) return group->loading[0];
- if (!group->loaded.empty()) return group->loaded[0];
- return nullptr;
-}
-
GrfSpecFeature RailTypeResolverObject::GetFeature() const
{
return GSF_RAILTYPES;