ENH: remove old unused code

This commit is contained in:
Ken Martin 2006-10-06 15:33:16 -04:00
parent cfb3c9eaa9
commit f7217ef344
1 changed files with 0 additions and 8 deletions

View File

@ -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);