summaryrefslogtreecommitdiff
path: root/src/organizercore.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-02-09 04:14:46 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2020-02-18 17:23:48 -0500
commit3db95eb4043b8da20e99dd7476bc82468a4609fb (patch)
tree257af3a4acd74b09713420cf184dffa77f6ab68d /src/organizercore.cpp
parent0c62a26e09fc293d7ab3a6ac8527c067d85f7773 (diff)
customizable columns for mod and plugin lists
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 04d78ca8..8124be1d 100644
--- a/src/organizercore.cpp
+++ b/src/organizercore.cpp
@@ -234,8 +234,6 @@ void OrganizerCore::setUserInterface(IUserInterface* ui)
SLOT(removeMod_clicked()));
connect(&m_ModList, SIGNAL(clearOverwrite()), w,
SLOT(clearOverwrite()));
- connect(&m_ModList, SIGNAL(requestColumnSelect(QPoint)), w,
- SLOT(displayColumnSelection(QPoint)));
connect(&m_ModList, SIGNAL(fileMoved(QString, QString, QString)), w,
SLOT(fileMoved(QString, QString, QString)));
connect(&m_ModList, SIGNAL(modorder_changed()), w,