From 2750c719ccf27c9808babf9ba51d8153ddb66886 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 20 Nov 2009 22:00:28 +0000 Subject: (svn r18202) -Codechange: remove an unused function --- src/order_base.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/order_base.h') 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 @@ -401,11 +401,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. -- cgit v1.2.3-54-g00ecf