From fd34ca5a0f4492c4b280df8aa3d9d82154b5d9bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Thu, 17 Nov 2016 01:21:49 +0100 Subject: NOISSUE always run the ExtractNatives task during launch The task now checks the conditions, giving the update process time to supply all the metadata. --- api/logic/BaseInstance.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'api/logic/BaseInstance.h') diff --git a/api/logic/BaseInstance.h b/api/logic/BaseInstance.h index 147dd703..691a2db1 100644 --- a/api/logic/BaseInstance.h +++ b/api/logic/BaseInstance.h @@ -202,12 +202,6 @@ public: */ virtual QString getLogFileRoot() = 0; - /*! - * does any necessary cleanups after the instance finishes. also runs before\ - * TODO: turn into a task that can run asynchronously - */ - virtual void cleanupAfterRun() = 0; - virtual QString getStatusbarDescription() = 0; /// FIXME: this really should be elsewhere... -- cgit v1.2.3