removed extra Generate that was screwing things up

This commit is contained in:
Ken Martin 2002-09-14 10:59:06 -04:00
parent 021a1c3071
commit b67f7451fd
1 changed files with 0 additions and 2 deletions

View File

@ -613,8 +613,6 @@ int cmCursesMainForm::Configure()
int cmCursesMainForm::Generate()
{
m_CMakeInstance->Generate();
int x,y;
getmaxyx(stdscr, y, x);