remove the defaultnewdata setting

it is useless now
This commit is contained in:
Peinthor Rene
2013-03-24 21:27:36 +01:00
parent d7d6a861b2
commit 7eb385b28d
5 changed files with 4 additions and 48 deletions

View File

@@ -959,7 +959,6 @@ void MainWindow::openPreferences()
PreferencesDialog dialog(this);
if(dialog.exec())
{
db.setDefaultNewData(PreferencesDialog::getSettingsValue("db", "defaultnewdata").toString());
resetBrowser();
}
}