summaryrefslogtreecommitdiffstats
path: root/logic/BaseInstaller.h
diff options
context:
space:
mode:
authorJan Dalheimer <jan@dalheimer.de>2014-02-19 22:34:17 +0100
committerJan Dalheimer <jan@dalheimer.de>2014-02-19 22:34:17 +0100
commit71467246079bd7545472bda161dcaf5549205d33 (patch)
tree5e3ce395f3be7df1503470d215dcf4a532a3d0e8 /logic/BaseInstaller.h
parent5cf599673db88b39100ffca78e10bbe5e10200d7 (diff)
downloadMultiMC-71467246079bd7545472bda161dcaf5549205d33.tar
MultiMC-71467246079bd7545472bda161dcaf5549205d33.tar.gz
MultiMC-71467246079bd7545472bda161dcaf5549205d33.tar.lz
MultiMC-71467246079bd7545472bda161dcaf5549205d33.tar.xz
MultiMC-71467246079bd7545472bda161dcaf5549205d33.zip
New, better, liteloader support
Diffstat (limited to 'logic/BaseInstaller.h')
-rw-r--r--logic/BaseInstaller.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/logic/BaseInstaller.h b/logic/BaseInstaller.h
index df7eab89..c572e004 100644
--- a/logic/BaseInstaller.h
+++ b/logic/BaseInstaller.h
@@ -26,7 +26,6 @@ class BaseInstaller
public:
BaseInstaller();
- virtual bool canApply(OneSixInstance *instance) const { return true; }
bool isApplied(OneSixInstance *on);
virtual bool add(OneSixInstance *to);