From 4e11faf1c8b19013da6d5686f79b67c1c746653b Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Sun, 25 Oct 2020 15:52:53 +0100 Subject: Move IOrganizer::onModInstalled() to IModList. Add IModList::onModRemoved(). --- src/organizerproxy.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/organizerproxy.cpp') diff --git a/src/organizerproxy.cpp b/src/organizerproxy.cpp index 2932e6bf..6f4b0cc9 100644 --- a/src/organizerproxy.cpp +++ b/src/organizerproxy.cpp @@ -271,11 +271,6 @@ bool OrganizerProxy::onFinishedRun(const std::functiononFinishedRun(MOShared::callIfPluginActive(this, func)); } -bool OrganizerProxy::onModInstalled(const std::function& func) -{ - return m_Proxied->onModInstalled(MOShared::callIfPluginActive(this, func)); -} - bool OrganizerProxy::onUserInterfaceInitialized(std::function const& func) { // Always call this one to allow plugin to initialize themselves even when not active: -- cgit v1.3.1