diff options
author | Petr Mrázek <peterix@gmail.com> | 2014-06-20 01:24:32 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2014-06-20 01:24:32 +0200 |
commit | 1194ec9a8e78df9e8e19d54d63a2379408dc7a66 (patch) | |
tree | f1d8fc99127f31a495682c34e43c22c90d80d444 /logic/BaseInstance.h | |
parent | d911c9908c11c42144084c862c64b740cfb0c02f (diff) | |
download | MultiMC-1194ec9a8e78df9e8e19d54d63a2379408dc7a66.tar MultiMC-1194ec9a8e78df9e8e19d54d63a2379408dc7a66.tar.gz MultiMC-1194ec9a8e78df9e8e19d54d63a2379408dc7a66.tar.lz MultiMC-1194ec9a8e78df9e8e19d54d63a2379408dc7a66.tar.xz MultiMC-1194ec9a8e78df9e8e19d54d63a2379408dc7a66.zip |
No more disabling of actions in the instance toolbar. It makes no sense.
Diffstat (limited to 'logic/BaseInstance.h')
-rw-r--r-- | logic/BaseInstance.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/logic/BaseInstance.h b/logic/BaseInstance.h index 2eba1fff..9598549b 100644 --- a/logic/BaseInstance.h +++ b/logic/BaseInstance.h @@ -183,9 +183,6 @@ public: /// 'prepareForLaunch' virtual void cleanupAfterRun() = 0; - /// is a particular action enabled with this instance selected? - virtual bool menuActionEnabled(QString action_name) const = 0; - virtual QString getStatusbarDescription() = 0; /// FIXME: this really should be elsewhere... |