diff options
author | Berk Geveci <berk.geveci@kitware.com> | 2001-12-18 18:35:45 (GMT) |
---|---|---|
committer | Berk Geveci <berk.geveci@kitware.com> | 2001-12-18 18:35:45 (GMT) |
commit | 73fd2381b9c63e5dffcc9aed8c76515f7390c809 (patch) | |
tree | d1519d5bee701128a05a6f1502d0bc77deb10386 /Source/CursesDialog | |
parent | 1f68c1be85362102c6712ff40f38425b9097871b (diff) | |
download | CMake-73fd2381b9c63e5dffcc9aed8c76515f7390c809.zip CMake-73fd2381b9c63e5dffcc9aed8c76515f7390c809.tar.gz CMake-73fd2381b9c63e5dffcc9aed8c76515f7390c809.tar.bz2 |
Fixed warning.
Diffstat (limited to 'Source/CursesDialog')
-rw-r--r-- | Source/CursesDialog/cmCursesBoolWidget.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/CursesDialog/cmCursesBoolWidget.cxx b/Source/CursesDialog/cmCursesBoolWidget.cxx index f19dba5..4e60019 100644 --- a/Source/CursesDialog/cmCursesBoolWidget.cxx +++ b/Source/CursesDialog/cmCursesBoolWidget.cxx @@ -14,7 +14,6 @@ cmCursesBoolWidget::cmCursesBoolWidget(int width, int height, bool cmCursesBoolWidget::HandleInput(int& key, cmCursesMainForm* fm, WINDOW* w) { - FORM* form = fm->GetForm(); // 10 == enter if (key == 10 || key == KEY_ENTER) |