Changeset - r13667:134b98c7cc2c
[Not reviewed]
master
0 1 0
rubidium - 15 years ago 2009-11-20 22:00:28
rubidium@openttd.org
(svn r18202) -Codechange: remove an unused function
1 file changed with 0 insertions and 5 deletions:
0 comments (0 inline, 0 general)
src/order_base.h
Show inline comments
 
@@ -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!
0 comments (0 inline, 0 general)