diff options
Diffstat (limited to 'logic/BaseInstaller.h')
-rw-r--r-- | logic/BaseInstaller.h | 1 |
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); |