actions: remove Action::OrderResize, use ResizeScreen directly

This commit is contained in:
Andrzej Rybczak
2012-09-12 02:46:30 +02:00
parent 8f065e2da3
commit 983c79ff61
3 changed files with 1 additions and 8 deletions

View File

@@ -65,7 +65,6 @@ using Global::myScreen;
bool Action::OriginalStatusbarVisibility;
bool Action::DesignChanged;
bool Action::OrderResize;
bool Action::ExitMainLoop = false;
size_t Action::HeaderHeight;
@@ -133,8 +132,6 @@ void Action::ResizeScreen()
using Global::wHeader;
using Global::wFooter;
OrderResize = 0;
# if defined(USE_PDCURSES)
resize_term(0, 0);
# else