summaryrefslogtreecommitdiff
path: root/src/object_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object_base.h')
-rw-r--r--src/object_base.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/object_base.h b/src/object_base.h
index a006e16e7..5516d85cc 100644
--- a/src/object_base.h
+++ b/src/object_base.h
@@ -35,11 +35,6 @@ struct Object : ObjectPool::PoolItem<&_object_pool> {
/** Make sure the right destructor is called as well! */
~Object() {}
- /**
- * Get the object associated with a tile.
- * @param tile The tile to fetch the object for.
- * @return The object.
- */
static Object *GetByTile(TileIndex tile);
/**