summaryrefslogtreecommitdiffstats
path: root/api/logic/updater/GoUpdate.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/logic/updater/GoUpdate.h')
-rw-r--r--api/logic/updater/GoUpdate.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/api/logic/updater/GoUpdate.h b/api/logic/updater/GoUpdate.h
index 54559a3c..8f92bb99 100644
--- a/api/logic/updater/GoUpdate.h
+++ b/api/logic/updater/GoUpdate.h
@@ -123,14 +123,5 @@ bool MULTIMC_LOGIC_EXPORT processFileLists
OperationList &ops
);
-/*!
- * This fixes destination paths for OSX - removes 'MultiMC.app' prefix
- * The updater runs in MultiMC.app/Contents/MacOs by default
- * The destination paths are such as this: MultiMC.app/blah/blah
- *
- * @return false if the path couldn't be fixed (is invalid)
- */
-bool MULTIMC_LOGIC_EXPORT fixPathForOSX(QString &path);
-
}
Q_DECLARE_METATYPE(GoUpdate::Status)