remove support for PDCurses

This commit is contained in:
Andrzej Rybczak
2014-11-15 20:00:33 +01:00
parent 5d75becca9
commit 1a1105793d
8 changed files with 15 additions and 78 deletions

View File

@@ -184,9 +184,6 @@ void resizeScreen(bool reload_main_window)
using Global::wHeader;
using Global::wFooter;
# if defined(USE_PDCURSES)
resize_term(0, 0);
# else
// update internal screen dimensions
if (reload_main_window)
{
@@ -194,7 +191,6 @@ void resizeScreen(bool reload_main_window)
endwin();
refresh();
}
# endif
MainHeight = LINES-(Config.design == Design::Alternative ? 7 : 4);