cleanup: remove unused PreferencesDialog::emitSettingsChanged()

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2020-11-24 12:40:59 +01:00 committed by Dirk Hohndel
parent e7a18456c9
commit 8bbd778c28
2 changed files with 0 additions and 6 deletions

View file

@ -31,11 +31,6 @@ PreferencesDialog* PreferencesDialog::instance()
return self;
}
void PreferencesDialog::emitSettingsChanged()
{
emit settingsChanged();
}
PreferencesDialog::PreferencesDialog()
{
//FIXME: This looks wrong.