diff --git a/Source/FLTKDialog/CMakeSetupGUI.cxx b/Source/FLTKDialog/CMakeSetupGUI.cxx index a64649576..712aad8c8 100644 --- a/Source/FLTKDialog/CMakeSetupGUI.cxx +++ b/Source/FLTKDialog/CMakeSetupGUI.cxx @@ -88,7 +88,6 @@ void CMakeSetupGUI::cb_m_OKButton(Fl_Button* o, void* v) { } CMakeSetupGUI::CMakeSetupGUI() { - Fl_Window* w; { Fl_Window* o = dialogWindow = new Fl_Window(562, 373, "CMakeSetupDialog"); w = o; o->callback((Fl_Callback*)cb_dialogWindow, (void*)(this)); @@ -192,9 +191,11 @@ void CMakeSetupGUI::Show(void) { } bool CMakeSetupGUI::SetBinaryPath(const char *) { + return false; } bool CMakeSetupGUI::SetSourcePath(const char *) { + return false; } void CMakeSetupGUI::ShowRecentBinaryDirectories(void) { diff --git a/Source/FLTKDialog/FLTKPropertyItemRow.cxx b/Source/FLTKDialog/FLTKPropertyItemRow.cxx index 47c9d266e..598ab200a 100644 --- a/Source/FLTKDialog/FLTKPropertyItemRow.cxx +++ b/Source/FLTKDialog/FLTKPropertyItemRow.cxx @@ -41,7 +41,6 @@ PropertyItemRow const unsigned int secondColumn = nameWidth; const unsigned int rowHeight = 20; - const unsigned int rowSpacing = 20; size( nameWidth + textWidth , rowHeight );