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
@@ -20,12 +20,12 @@ public:
HighlightModel *createModel(QObject *parent);
void addHighlight(const chatterino::MessagePtr &msg);
void addHighlight(const MessagePtr &msg);
private:
bool initialized = false;
chatterino::ChatterinoSetting<std::vector<HighlightPhrase>> highlightsSetting = {
ChatterinoSetting<std::vector<HighlightPhrase>> highlightsSetting = {
"/highlighting/highlights"};
};