summaryrefslogtreecommitdiff
path: root/src/order_base.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-11-20 22:00:28 +0000
committerrubidium <rubidium@openttd.org>2009-11-20 22:00:28 +0000
commit2750c719ccf27c9808babf9ba51d8153ddb66886 (patch)
treee479c3aaf12dc500c1b2d1093118ef79c836ec3f /src/order_base.h
parent777d5ce12eaf60389746245f3e3ceae408afc17e (diff)
downloadopenttd-2750c719ccf27c9808babf9ba51d8153ddb66886.tar.xz
(svn r18202) -Codechange: remove an unused function
Diffstat (limited to 'src/order_base.h')
-rw-r--r--src/order_base.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/order_base.h b/src/order_base.h
index f9fdacc16..9b241ec80 100644
--- a/src/order_base.h
+++ b/src/order_base.h
@@ -402,11 +402,6 @@ public:
void UpdateOrderTimetable(int delta) { this->timetable_duration += delta; }
/**
- * Must be called if the whole timetable is cleared to update internal book keeping.
- */
- void ResetOrderTimetable() { this->timetable_duration = 0; }
-
- /**
* Free a complete order chain.
* @param keep_orderlist If this is true only delete the orders, otherwise also delete the OrderList.
* @note do not use on "current_order" vehicle orders!