From c62d0719aee3206a00914f7a1c19ef31da90c1a1 Mon Sep 17 00:00:00 2001 From: belugas Date: Wed, 18 Jul 2007 16:02:42 +0000 Subject: [PATCH] (svn r10618) -Fix(r10167): remove unneeded comment --- src/industry_gui.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/industry_gui.cpp b/src/industry_gui.cpp index 000adaa123..2fc613c7e0 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);