summaryrefslogtreecommitdiff
path: root/src/house.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-01-18 22:31:06 +0000
committerrubidium <rubidium@openttd.org>2011-01-18 22:31:06 +0000
commit7efd7e19ed046a4a0c03077f27930291ba5b9725 (patch)
tree9e08703cd992ede72e5165044b69750b1385510f /src/house.h
parent6c9078fd30097b38537a60fbecb9828da69c3517 (diff)
downloadopenttd-7efd7e19ed046a4a0c03077f27930291ba5b9725.tar.xz
(svn r21845) -Codechange: move documentation towards the code to make it more likely to be updates [d-m].
Diffstat (limited to 'src/house.h')
-rw-r--r--src/house.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/house.h b/src/house.h
index e1ecce25b..e738b6873 100644
--- a/src/house.h
+++ b/src/house.h
@@ -121,10 +121,6 @@ struct HouseSpec {
byte processing_time; ///< Periodic refresh multiplier
byte minimum_life; ///< The minimum number of years this house will survive before the town rebuilds it
- /**
- * Get the cost for removing this house
- * @return the cost (inflation corrected etc)
- */
Money GetRemovalCost() const;
static FORCEINLINE HouseSpec *Get(size_t house_id)