mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
ENH: remove old unused code
This commit is contained in:
@@ -597,14 +597,6 @@ void cmCursesMainForm::UpdateStatusBar(const char* message)
|
||||
pos_form_cursor(this->Form);
|
||||
}
|
||||
|
||||
void cmCursesMainForm::UpdateProgressOld(const char *msg, float prog, void*)
|
||||
{
|
||||
if ( prog < 0 )
|
||||
{
|
||||
std::cout << "-- " << msg << std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
void cmCursesMainForm::UpdateProgress(const char *msg, float prog, void* vp)
|
||||
{
|
||||
cmCursesMainForm* cm = static_cast<cmCursesMainForm*>(vp);
|
||||
|
||||
Reference in New Issue
Block a user