summaryrefslogtreecommitdiff
path: root/src/organizercore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/organizercore.cpp')
-rw-r--r--src/organizercore.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/organizercore.cpp b/src/organizercore.cpp
index 986b6fbb..507932e2 100644
--- a/src/organizercore.cpp
+++ b/src/organizercore.cpp
@@ -249,8 +249,6 @@ void OrganizerCore::setUserInterface(IUserInterface* ui)
SLOT(modRemoved(QString)));
connect(&m_InstallationManager, SIGNAL(modReplaced(QString)), w,
SLOT(modRemoved(QString)));
- connect(&m_ModList, SIGNAL(clearOverwrite()), w,
- SLOT(clearOverwrite()));
connect(&m_ModList, SIGNAL(fileMoved(QString, QString, QString)), w,
SLOT(fileMoved(QString, QString, QString)));
connect(&m_PluginList, SIGNAL(writePluginsList()), w,