summaryrefslogtreecommitdiffstats
path: root/logic/updater/UpdateChecker.h
diff options
context:
space:
mode:
authorJan Dalheimer <jan@dalheimer.de>2014-01-05 23:24:19 +0100
committerJan Dalheimer <jan@dalheimer.de>2014-01-05 23:24:19 +0100
commit7d76fd57e99e686d59f48038e7b762e4064996d1 (patch)
tree3fc2a0e60032a74136e6de15ac888f9787fcca4c /logic/updater/UpdateChecker.h
parent6961525faadf5d16fd1323af848ef88b7e1f26d4 (diff)
downloadMultiMC-7d76fd57e99e686d59f48038e7b762e4064996d1.tar
MultiMC-7d76fd57e99e686d59f48038e7b762e4064996d1.tar.gz
MultiMC-7d76fd57e99e686d59f48038e7b762e4064996d1.tar.lz
MultiMC-7d76fd57e99e686d59f48038e7b762e4064996d1.tar.xz
MultiMC-7d76fd57e99e686d59f48038e7b762e4064996d1.zip
Get rid of some obsolete functions
Diffstat (limited to 'logic/updater/UpdateChecker.h')
-rw-r--r--logic/updater/UpdateChecker.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/logic/updater/UpdateChecker.h b/logic/updater/UpdateChecker.h
index 7840cedc..3b0ee28d 100644
--- a/logic/updater/UpdateChecker.h
+++ b/logic/updater/UpdateChecker.h
@@ -27,7 +27,6 @@ public:
UpdateChecker();
void checkForUpdate(bool notifyNoUpdate);
- void setCurrentChannel(const QString &channel) { m_currentChannel = channel; }
void setChannelListUrl(const QString &url) { m_channelListUrl = url; }
/*!
@@ -83,7 +82,6 @@ private:
QString m_repoUrl;
QString m_channelListUrl;
- QString m_currentChannel;
QList<ChannelListEntry> m_channels;