Remove unused appdatapath class

Reformat some code
This commit is contained in:
Rasmus Karlsson
2018-01-05 02:56:18 +01:00
parent fd8ddcff55
commit 334860dad2
7 changed files with 12 additions and 71 deletions
+2 -2
View File
@@ -14,10 +14,10 @@ class WindowManager
public:
static WindowManager &getInstance();
void initMainWindow();
void layoutVisibleChatWidgets(Channel *channel = nullptr);
void repaintVisibleChatWidgets(Channel *channel = nullptr);
void repaintGifEmotes();
void initMainWindow();
// void updateAll();
widgets::Window &getMainWindow();
@@ -41,5 +41,5 @@ private:
widgets::Window *selectedWindow = nullptr;
};
} // namespace singletons
} // namespace chatterino
}