[vlmc-devel] ProjectWizard: GeneralPage: remove empty method

Hugo Beauzée-Luyssen git at videolan.org
Fri Mar 4 17:14:09 CET 2016


vlmc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Mar  2 14:58:50 2016 +0100| [19d0a43a64b6cc9c69dda3fc7350d36861191d5b] | committer: Hugo Beauzée-Luyssen

ProjectWizard: GeneralPage: remove empty method

> https://code.videolan.org/videolan/vlmc/commit/19d0a43a64b6cc9c69dda3fc7350d36861191d5b
---

 src/Gui/wizard/GeneralPage.cpp | 4 ----
 src/Gui/wizard/GeneralPage.h   | 1 -
 2 files changed, 5 deletions(-)

diff --git a/src/Gui/wizard/GeneralPage.cpp b/src/Gui/wizard/GeneralPage.cpp
index b2166a8..da986ba 100644
--- a/src/Gui/wizard/GeneralPage.cpp
+++ b/src/Gui/wizard/GeneralPage.cpp
@@ -81,10 +81,6 @@ GeneralPage::initializePage()
     updateProjectLocation();
 }
 
-void GeneralPage::cleanupPage()
-{
-}
-
 bool
 GeneralPage::validatePage()
 {
diff --git a/src/Gui/wizard/GeneralPage.h b/src/Gui/wizard/GeneralPage.h
index 5fd1cc4..a7bc427 100644
--- a/src/Gui/wizard/GeneralPage.h
+++ b/src/Gui/wizard/GeneralPage.h
@@ -36,7 +36,6 @@ protected:
     virtual int         nextId() const;
     virtual void        initializePage();
     virtual bool        validatePage();
-    virtual void        cleanupPage();
 
 private:
     void                setValidity( bool status );



More information about the Vlmc-devel mailing list