diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2017-05-19 21:56:15 +0200 |
---|---|---|
committer | Jan Mulder <jlmulder@xs4all.nl> | 2018-01-10 16:45:42 +0100 |
commit | 69b922dc7213a8161cd0c016f47700115f8e16a4 (patch) | |
tree | f6584fede4f0fcda5fae731448cdd14fbb6b8d36 /core/pluginmanager.cpp | |
parent | d88e916c1d39399a1e9120a49149ed4c82a975ce (diff) | |
download | subsurface-69b922dc7213a8161cd0c016f47700115f8e16a4.tar.gz |
Unused code: remove PluginManager::socialNetworkIntegrationPlugins()
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'core/pluginmanager.cpp')
-rw-r--r-- | core/pluginmanager.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/pluginmanager.cpp b/core/pluginmanager.cpp index 884674ec8..7a871f9b6 100644 --- a/core/pluginmanager.cpp +++ b/core/pluginmanager.cpp @@ -52,8 +52,3 @@ void PluginManager::loadPlugins() } } } - -QList<ISocialNetworkIntegration*> PluginManager::socialNetworkIntegrationPlugins() const -{ - return _socialNetworks; -} |