Remove obsolete xine warning and engine reinitialization

This commit is contained in:
Jonas Kvinge
2018-11-04 21:23:34 +01:00
parent f38ffb505d
commit 4197a508a3
4 changed files with 1 additions and 36 deletions

View File

@@ -109,8 +109,6 @@ public:
// QWidget
void showEvent(QShowEvent *e);
void set_output_changed(bool output_changed) { output_changed_ = output_changed; }
void ComboBoxLoadFromSettings(QSettings &s, QComboBox *combobox, QString setting, QString default_value);
signals:
@@ -144,8 +142,6 @@ private:
bool loading_settings_;
QMap<Page, PageData> pages_;
bool output_changed_;
};
#endif // SETTINGSDIALOG_H