summaryrefslogtreecommitdiffstats
path: root/logic/updater/UpdateChecker.cpp
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.cpp
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.cpp')
-rw-r--r--logic/updater/UpdateChecker.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/logic/updater/UpdateChecker.cpp b/logic/updater/UpdateChecker.cpp
index 489e7769..68d97db5 100644
--- a/logic/updater/UpdateChecker.cpp
+++ b/logic/updater/UpdateChecker.cpp
@@ -30,7 +30,6 @@
UpdateChecker::UpdateChecker()
{
- m_currentChannel = VERSION_CHANNEL;
m_channelListUrl = CHANLIST_URL;
m_updateChecking = false;
m_chanListLoading = false;