removed functions from SettingsManager that shouldn't be there

This commit is contained in:
fourtf
2018-06-28 19:38:57 +02:00
parent b667183ca5
commit 5604ae6a67
75 changed files with 600 additions and 507 deletions
+11 -9
View File
@@ -15,6 +15,7 @@ class HighlightController;
class IgnoreController;
class TaggedUsersController;
class AccountController;
class ModerationActions;
class ThemeManager;
class WindowManager;
@@ -44,20 +45,21 @@ public:
friend void test();
chatterino::PathManager *paths = nullptr;
chatterino::ThemeManager *themes = nullptr;
chatterino::WindowManager *windows = nullptr;
chatterino::LoggingManager *logging = nullptr;
PathManager *paths = nullptr;
ThemeManager *themes = nullptr;
WindowManager *windows = nullptr;
LoggingManager *logging = nullptr;
CommandController *commands = nullptr;
HighlightController *highlights = nullptr;
IgnoreController *ignores = nullptr;
TaggedUsersController *taggedUsers = nullptr;
AccountController *accounts = nullptr;
chatterino::EmoteManager *emotes = nullptr;
chatterino::NativeMessagingManager *nativeMessaging = nullptr;
chatterino::SettingManager *settings = nullptr;
chatterino::FontManager *fonts = nullptr;
chatterino::ResourceManager *resources = nullptr;
EmoteManager *emotes = nullptr;
NativeMessagingManager *nativeMessaging = nullptr;
SettingManager *settings = nullptr;
FontManager *fonts = nullptr;
ResourceManager *resources = nullptr;
ModerationActions *moderationActions = nullptr;
/// Provider-specific
struct {