ENH: remove old unused code
This commit is contained in:
parent
cfb3c9eaa9
commit
f7217ef344
@ -597,14 +597,6 @@ void cmCursesMainForm::UpdateStatusBar(const char* message)
|
|||||||
pos_form_cursor(this->Form);
|
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)
|
void cmCursesMainForm::UpdateProgress(const char *msg, float prog, void* vp)
|
||||||
{
|
{
|
||||||
cmCursesMainForm* cm = static_cast<cmCursesMainForm*>(vp);
|
cmCursesMainForm* cm = static_cast<cmCursesMainForm*>(vp);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user