ENH: Do not do configure first time. This way ccmake loads fast.

This commit is contained in:
Andy Cedilnik 2003-05-28 15:52:54 -04:00
parent 8cb6645ad8
commit cb9e995d0b
1 changed files with 2 additions and 5 deletions

View File

@ -189,11 +189,8 @@ int main(int argc, char** argv)
cmCursesForm::CurrentForm = myform;
myform->InitializeUI();
if (myform->Configure() == 0 )
{
myform->Render(1, 1, x, y);
myform->HandleInput();
}
myform->Render(1, 1, x, y);
myform->HandleInput();
// Need to clean-up better
curses_clear();