Fixed outdated comment

This commit is contained in:
Berk Geveci 2001-12-04 16:19:33 -05:00
parent a85d2478bf
commit 97c71d0ab1
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,6 @@ void cmCursesMainForm::UpdateStatusBar()
m_Fields[index-2]));
const char* curField = lbl->GetValue();
// We want to display this on the right
char help[128];
const char* helpString;
cmCacheManager::CacheEntry *entry =
@ -406,6 +405,7 @@ void cmCursesMainForm::UpdateStatusBar()
bar[width] = '\0';
// We want to display this on the right
char version[cmCursesMainForm::MAX_WIDTH];
char vertmp[128];
sprintf(vertmp,"CMake Version %d.%d", cmMakefile::GetMajorVersion(),