summaryrefslogtreecommitdiffstats
path: root/api/logic/BaseInstance.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/logic/BaseInstance.h')
-rw-r--r--api/logic/BaseInstance.h6
1 files changed, 0 insertions, 6 deletions
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...