summaryrefslogtreecommitdiff
path: root/src/industry_gui.cpp
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-07-18 16:02:42 +0000
committerbelugas <belugas@openttd.org>2007-07-18 16:02:42 +0000
commit3121256978ccb751408b97e7dc938f67995e440c (patch)
tree8452dc5c2fe83b0316ad35c16893e7d29aa87de2 /src/industry_gui.cpp
parenteaf946e23b93884b97e9d451e46c7db0277825ce (diff)
downloadopenttd-3121256978ccb751408b97e7dc938f67995e440c.tar.xz
(svn r10618) -Fix(r10167): remove unneeded comment
Diffstat (limited to 'src/industry_gui.cpp')
-rw-r--r--src/industry_gui.cpp1
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);