(svn r18202) -Codechange: remove an unused function
This commit is contained in:
		@@ -401,11 +401,6 @@ public:
 | 
				
			|||||||
	 */
 | 
						 */
 | 
				
			||||||
	void UpdateOrderTimetable(int delta) { this->timetable_duration += delta; }
 | 
						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.
 | 
						 * Free a complete order chain.
 | 
				
			||||||
	 * @param keep_orderlist If this is true only delete the orders, otherwise also delete the OrderList.
 | 
						 * @param keep_orderlist If this is true only delete the orders, otherwise also delete the OrderList.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user