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

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
belugas 17 years ago
parent 0fada78480
commit c62d0719ae

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

Loading…
Cancel
Save