summaryrefslogtreecommitdiffstats
path: root/gui/MainWindow.h
diff options
context:
space:
mode:
authorSky <git@bunnies.cc>2014-01-02 22:10:21 +0000
committerSky <git@bunnies.cc>2014-01-02 22:10:21 +0000
commit52bbf07fe5b6c614b361df0a66f054d57d36ab5d (patch)
tree01259b4c90fd8b9545b2c482f2930923a4d64e72 /gui/MainWindow.h
parent66ee0d49551b1c16567cc609ef3db29635a99553 (diff)
downloadMultiMC-52bbf07fe5b6c614b361df0a66f054d57d36ab5d.tar
MultiMC-52bbf07fe5b6c614b361df0a66f054d57d36ab5d.tar.gz
MultiMC-52bbf07fe5b6c614b361df0a66f054d57d36ab5d.tar.lz
MultiMC-52bbf07fe5b6c614b361df0a66f054d57d36ab5d.tar.xz
MultiMC-52bbf07fe5b6c614b361df0a66f054d57d36ab5d.zip
Clean out old assets stuff, fix button hitbox regression
Diffstat (limited to 'gui/MainWindow.h')
-rw-r--r--gui/MainWindow.h7
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;