summaryrefslogtreecommitdiff
path: root/src/object_base.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-01-18 23:09:43 +0000
committerrubidium <rubidium@openttd.org>2011-01-18 23:09:43 +0000
commit9ca4b629cd91c2749d9efafd752fc5175ebce5fd (patch)
tree24da99d42f3e33eb7f4109462dcced5adc6eab15 /src/object_base.h
parent7efd7e19ed046a4a0c03077f27930291ba5b9725 (diff)
downloadopenttd-9ca4b629cd91c2749d9efafd752fc5175ebce5fd.tar.xz
(svn r21846) -Codechange: move documentation towards the code to make it more likely to be updated [o-s].
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);
/**