removed extra Generate that was screwing things up
This commit is contained in:
parent
021a1c3071
commit
b67f7451fd
|
@ -613,8 +613,6 @@ int cmCursesMainForm::Configure()
|
|||
|
||||
int cmCursesMainForm::Generate()
|
||||
{
|
||||
m_CMakeInstance->Generate();
|
||||
|
||||
int x,y;
|
||||
getmaxyx(stdscr, y, x);
|
||||
|
||||
|
|
Loading…
Reference in New Issue