summaryrefslogtreecommitdiffstats
path: root/logic/BaseInstance.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2014-06-20 01:24:32 +0200
committerPetr Mrázek <peterix@gmail.com>2014-06-20 01:24:32 +0200
commit1194ec9a8e78df9e8e19d54d63a2379408dc7a66 (patch)
treef1d8fc99127f31a495682c34e43c22c90d80d444 /logic/BaseInstance.h
parentd911c9908c11c42144084c862c64b740cfb0c02f (diff)
downloadMultiMC-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.h3
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...