diff options
author | Petr Mrázek <peterix@gmail.com> | 2018-07-23 00:49:26 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2018-07-28 22:12:57 +0200 |
commit | 7b439c85c0bf3583ac8970e7ab9e8db3bd65c968 (patch) | |
tree | 0907bda540ed3df50ad15ff3265dc0c819146227 /api/logic/BaseInstance.h | |
parent | 12f2716f31e09d18d47ffdbb6c06dfb71c6ec8fb (diff) | |
download | PrismLauncher-7b439c85c0bf3583ac8970e7ab9e8db3bd65c968.tar.gz PrismLauncher-7b439c85c0bf3583ac8970e7ab9e8db3bd65c968.tar.bz2 PrismLauncher-7b439c85c0bf3583ac8970e7ab9e8db3bd65c968.zip |
SCRATCH things and stuff, related to grou saving
Diffstat (limited to 'api/logic/BaseInstance.h')
-rw-r--r-- | api/logic/BaseInstance.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/api/logic/BaseInstance.h b/api/logic/BaseInstance.h index a7004701..d9713a58 100644 --- a/api/logic/BaseInstance.h +++ b/api/logic/BaseInstance.h @@ -72,10 +72,6 @@ public: virtual void init() = 0; virtual void saveNow() = 0; - /// nuke thoroughly - deletes the instance contents, notifies the list/model which is - /// responsible of cleaning up the husk - void nuke(); - /*** * the instance has been invalidated - it is no longer tracked by MultiMC for some reason, * but it has not necessarily been deleted. |