summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-10-06 19:33:16 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-10-06 19:33:16 (GMT)
commitf7217ef344cc5a5ec696ca9b15b5d4b739d8c2f2 (patch)
tree313d8a64ccec5d3a5d97b865434af3e4b8f12820 /Source/CursesDialog
parentcfb3c9eaa988839e4923196a7d26a6c35b0a789b (diff)
downloadCMake-f7217ef344cc5a5ec696ca9b15b5d4b739d8c2f2.zip
CMake-f7217ef344cc5a5ec696ca9b15b5d4b739d8c2f2.tar.gz
CMake-f7217ef344cc5a5ec696ca9b15b5d4b739d8c2f2.tar.bz2
ENH: remove old unused code
Diffstat (limited to 'Source/CursesDialog')
-rw-r--r--Source/CursesDialog/cmCursesMainForm.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/CursesDialog/cmCursesMainForm.cxx b/Source/CursesDialog/cmCursesMainForm.cxx
index 095ff43..3443540 100644
--- a/Source/CursesDialog/cmCursesMainForm.cxx
+++ b/Source/CursesDialog/cmCursesMainForm.cxx
@@ -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);