summaryrefslogtreecommitdiff
path: root/src/organizercore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/organizercore.cpp')
-rw-r--r--src/organizercore.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/organizercore.cpp b/src/organizercore.cpp
index 2d11dafd..a2b0fd69 100644
--- a/src/organizercore.cpp
+++ b/src/organizercore.cpp
@@ -335,10 +335,6 @@ OrganizerCore::~OrganizerCore()
void OrganizerCore::storeSettings()
{
- if (m_UserInterface != nullptr) {
- m_UserInterface->storeSettings(m_Settings);
- }
-
if (m_CurrentProfile != nullptr) {
m_Settings.setSelectedProfileName(m_CurrentProfile->name());
}