diff options
author | belugas <belugas@openttd.org> | 2007-07-18 16:02:42 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2007-07-18 16:02:42 +0000 |
commit | c62d0719aee3206a00914f7a1c19ef31da90c1a1 (patch) | |
tree | 8452dc5c2fe83b0316ad35c16893e7d29aa87de2 | |
parent | 0fada7848073a2ce65d9abdbb1957a2406c8a5b2 (diff) | |
download | openttd-c62d0719aee3206a00914f7a1c19ef31da90c1a1.tar.xz |
(svn r10618) -Fix(r10167): remove unneeded comment
-rw-r--r-- | src/industry_gui.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/industry_gui.cpp b/src/industry_gui.cpp index 000adaa12..2fc613c7e 100644 --- a/src/industry_gui.cpp +++ b/src/industry_gui.cpp @@ -761,7 +761,6 @@ static void IndustryDirectoryWndProc(Window *w, WindowEvent *e) 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); |