summaryrefslogtreecommitdiff
path: root/src/organizerproxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/organizerproxy.cpp')
-rw-r--r--src/organizerproxy.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/organizerproxy.cpp b/src/organizerproxy.cpp
index 5e720ea8..e369c1a3 100644
--- a/src/organizerproxy.cpp
+++ b/src/organizerproxy.cpp
@@ -254,11 +254,6 @@ MOBase::IPluginGame const *OrganizerProxy::managedGame() const
return m_Proxied->managedGame();
}
-QStringList OrganizerProxy::modsSortedByProfilePriority() const
-{
- return m_Proxied->modsSortedByProfilePriority();
-}
-
// CALLBACKS
bool OrganizerProxy::onAboutToRun(const std::function<bool(const QString&)>& func)