summaryrefslogtreecommitdiff
path: root/src/organizerproxy.cpp
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-10-25 17:46:29 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2020-10-25 17:46:29 +0100
commit551e8353e090040ee337e718cf0f1b9fe31a0423 (patch)
treeb6a31a880e10f528b4f17c7e19c1639b116278ac /src/organizerproxy.cpp
parenta216177b879bea6db659c65b0c37bbfe70ce08fd (diff)
Move IOrganizer::getMod() to IModList::getMod().
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 cb9e0e1d..56e40ae5 100644
--- a/src/organizerproxy.cpp
+++ b/src/organizerproxy.cpp
@@ -67,11 +67,6 @@ VersionInfo OrganizerProxy::appVersion() const
return m_Proxied->appVersion();
}
-IModInterface *OrganizerProxy::getMod(const QString &name) const
-{
- return m_Proxied->getMod(name);
-}
-
IPluginGame *OrganizerProxy::getGame(const QString &gameName) const
{
return m_Proxied->getGame(gameName);