From 3121256978ccb751408b97e7dc938f67995e440c Mon Sep 17 00:00:00 2001 From: belugas Date: Wed, 18 Jul 2007 16:02:42 +0000 Subject: (svn r10618) -Fix(r10167): remove unneeded comment --- src/industry_gui.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/industry_gui.cpp') 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); -- cgit v1.2.3-54-g00ecf