Mercurial > hg > openttd
changeset 13677:bd03698f44cb draft
(svn r18202) -Codechange: remove an unused function
author | rubidium <rubidium@openttd.org> |
---|---|
date | Fri, 20 Nov 2009 22:00:28 +0000 |
parents | e9a201c03e65 |
children | ad2a7701fe07 |
files | src/order_base.h |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/order_base.h +++ b/src/order_base.h @@ -402,11 +402,6 @@ 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!