From 1194ec9a8e78df9e8e19d54d63a2379408dc7a66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Fri, 20 Jun 2014 01:24:32 +0200 Subject: No more disabling of actions in the instance toolbar. It makes no sense. --- logic/BaseInstance.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'logic/BaseInstance.h') 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... -- cgit v1.2.3