(svn r10618) -Fix(r10167): remove unneeded comment

This commit is contained in:
belugas 2007-07-18 16:02:42 +00:00
parent 0fada78480
commit c62d0719ae
1 changed files with 0 additions and 1 deletions

View File

@ -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);