Add default text for the CPU description in the CPU selection page
[bertos.git] / wizard / BCpuPage.py
index 8ebaf4125fb2a496e574901c40d2d7924b3630c7..ce854bb24abae60789953d331a976815b5d48d10 100644 (file)
@@ -93,8 +93,6 @@ class BCpuPage(BWizardPage):
         Overload of the BWizardPage setupUi method.
         """
         self.pageContent.cpuList.setSortingEnabled(True)
-        self.pageContent.descriptionLabel.setVisible(False)
-        self.pageContent.descriptionLabel.setText("")
         self.pageContent.frequencyLabel.setVisible(False)
         self.pageContent.frequencySpinBox.setVisible(False)