diff options
author | Sky <git@bunnies.cc> | 2014-01-02 22:10:21 +0000 |
---|---|---|
committer | Sky <git@bunnies.cc> | 2014-01-02 22:10:21 +0000 |
commit | 52bbf07fe5b6c614b361df0a66f054d57d36ab5d (patch) | |
tree | 01259b4c90fd8b9545b2c482f2930923a4d64e72 /gui/MainWindow.h | |
parent | 66ee0d49551b1c16567cc609ef3db29635a99553 (diff) | |
download | PrismLauncher-52bbf07fe5b6c614b361df0a66f054d57d36ab5d.tar.gz PrismLauncher-52bbf07fe5b6c614b361df0a66f054d57d36ab5d.tar.bz2 PrismLauncher-52bbf07fe5b6c614b361df0a66f054d57d36ab5d.zip |
Clean out old assets stuff, fix button hitbox regression
Diffstat (limited to 'gui/MainWindow.h')
-rw-r--r-- | gui/MainWindow.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gui/MainWindow.h b/gui/MainWindow.h index d2435ef2..f2315ee6 100644 --- a/gui/MainWindow.h +++ b/gui/MainWindow.h @@ -142,12 +142,6 @@ slots: void on_actionInstanceSettings_triggered(); - void assetsIndexStarted(); - void assetsFilesStarted(); - void assetsFilesProgress(int, int, int); - void assetsFailed(); - void assetsFinished(); - // called when an icon is changed in the icon model. void iconUpdated(QString); @@ -198,7 +192,6 @@ private: Task *m_versionLoadTask; QLabel *m_statusLeft; - QLabel *m_statusRight; QMenu *accountMenu; QToolButton *accountMenuButton; |