changeset 7279:d321ca56d4b3 draft

(svn r10618) -Fix(r10167): remove unneeded comment
author belugas <belugas@openttd.org>
date Wed, 18 Jul 2007 16:02:42 +0000
parents a16a9c0c2aeb
children 19019778a0a6
files src/industry_gui.cpp
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/industry_gui.cpp
+++ b/src/industry_gui.cpp
@@ -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);