mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 20:19:53 +00:00
ENH: remove deletes
This commit is contained in:
parent
9fe2ab2f71
commit
2474302c25
@ -1041,7 +1041,6 @@ void cmCursesMainForm::HandleInput()
|
||||
CurrentForm = this;
|
||||
this->Render(1,1,x,y);
|
||||
set_current_field(m_Form, cur);
|
||||
delete msgs;
|
||||
}
|
||||
// display last errors
|
||||
else if ( key == 'l' )
|
||||
@ -1054,7 +1053,6 @@ void cmCursesMainForm::HandleInput()
|
||||
msgs->HandleInput();
|
||||
CurrentForm = this;
|
||||
this->Render(1,1,x,y);
|
||||
delete msgs;
|
||||
}
|
||||
else if ( key == '/' )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user