Remove "empty main" checkbox.
[bertos.git] / wizard / BVersionPage.py
index 7c205554e685c2fa08c4fe61d80302c694065fac..23f6fb01b299efac4cb2848238fca03deedd31d4 100644 (file)
@@ -69,14 +69,6 @@ class BVersionPage(BWizardPage):
             return True
         else:
             return False
-
-    def nextId(self):
-        """
-        Overload of the QWizard nextId method.
-        """
-        # Pick up the class stored into the project in the 'folder' step
-        page_class = self.projectInfo("ROUTE")
-        return self.wizard().pageIndex(page_class)
     
     ####
     
@@ -192,8 +184,6 @@ class BVersionPage(BWizardPage):
         Fills the version list with all the BeRTOS versions founded in the QSettings.
         """
         versions = set([])
-        if self._edit:
-            versions.add(self.projectInfo("BERTOS_PATH"))
         if os.name == "nt":
             import winreg_importer
             versions |= set([os.path.normpath(dir) for dir in winreg_importer.getBertosDirs()])