actions: resizeScreen: remove hack, apprently not needed anymore

This commit is contained in:
Andrzej Rybczak
2013-09-23 20:36:01 +02:00
parent 5625e247a4
commit c6a710b612

View File

@@ -193,13 +193,6 @@ void resizeScreen(bool reload_main_window)
{
endwin();
refresh();
// get rid of KEY_RESIZE as it sometimes
// corrupts our new cool ReadKey() function
// because KEY_RESIZE doesn't come from stdin
// and thus select cannot detect it
timeout(10);
getch();
timeout(-1);
}
# endif