From a1ffe115cfb27bd0dd57bf5266c7d37d9ce64dab Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Fri, 1 Feb 2019 04:11:25 +0200 Subject: facebook: remove the featute from the code base Remove from: - unit tests - desktop widgets - preferences - core intergration - cmakefiles - build scripts - icons - docs Also remove the plugins and social network integration. Signed-off-by: Lubomir I. Ivanov --- core/pluginmanager.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 core/pluginmanager.h (limited to 'core/pluginmanager.h') diff --git a/core/pluginmanager.h b/core/pluginmanager.h deleted file mode 100644 index 55632c6fa..000000000 --- a/core/pluginmanager.h +++ /dev/null @@ -1,19 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0 -#ifndef PLUGINMANAGER_H -#define PLUGINMANAGER_H - -#include - -#include "isocialnetworkintegration.h" - -class PluginManager { -public: - static PluginManager& instance(); - void loadPlugins(); -private: - PluginManager(); - PluginManager(const PluginManager&); - PluginManager& operator=(const PluginManager&); -}; - -#endif -- cgit v1.2.3-70-g09d2