author | belugas |
Wed, 18 Jul 2007 16:02:42 +0000 | |
changeset 7279 | bc62b62962bc |
parent 7278 | c5b4203c6e1c |
child 7280 | 90c44142fb30 |
--- a/src/industry_gui.cpp Wed Jul 18 15:59:08 2007 +0000 +++ b/src/industry_gui.cpp Wed Jul 18 16:02:42 2007 +0000 @@ -761,7 +761,6 @@ case WE_CLICK: switch (e->we.click.widget) { case DIRECTORY_INDU_SORTBYNAME: { - //byte current_sort = e->we.click.widget - DIRECTORY_INDU_SORTBYNAME; _industry_sort_order = _industry_sort_order == 0 ? 1 : 0; _industry_sort_dirty = true; SetWindowDirty(w);