diff --git a/openlp/core/ui/maindisplay.py b/openlp/core/ui/maindisplay.py index 7e7929fd6..ccad0071e 100644 --- a/openlp/core/ui/maindisplay.py +++ b/openlp/core/ui/maindisplay.py @@ -439,7 +439,6 @@ class MainDisplay(OpenLPMixin, Display, RegistryProperties): :param service_item: The Service item to be used :param image_path: Where the image resides. - :param is_love: Are we the live controller assume not. """ self.web_loaded = False self.initial_fame = None diff --git a/openlp/core/ui/themewizard.py b/openlp/core/ui/themewizard.py index ac596440c..b546c1872 100644 --- a/openlp/core/ui/themewizard.py +++ b/openlp/core/ui/themewizard.py @@ -135,7 +135,6 @@ class Ui_ThemeWizard(object): self.transparent_layout.setObjectName('Transparent_layout') self.background_stack.addWidget(self.transparent_widget) self.background_layout.addLayout(self.background_stack) - self.video_widget = QtWidgets.QWidget(self.background_page) self.video_widget.setObjectName('video_widget') self.video_layout = QtWidgets.QFormLayout(self.video_widget) @@ -160,7 +159,6 @@ class Ui_ThemeWizard(object): self.video_layout.addRow(self.video_label, self.video_file_layout) self.video_layout.setItem(2, QtWidgets.QFormLayout.LabelRole, self.spacer) self.background_stack.addWidget(self.video_widget) - theme_wizard.addPage(self.background_page) # Main Area Page self.main_area_page = QtWidgets.QWizardPage()