summaryrefslogtreecommitdiffstats
path: root/api/logic/meta/Util.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/logic/meta/Util.h')
-rw-r--r--api/logic/meta/Util.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/api/logic/meta/Util.h b/api/logic/meta/Util.h
index 28163fe4..188bcaa3 100644
--- a/api/logic/meta/Util.h
+++ b/api/logic/meta/Util.h
@@ -24,8 +24,5 @@ class QDir;
namespace Meta
{
MULTIMC_LOGIC_EXPORT QUrl rootUrl();
-MULTIMC_LOGIC_EXPORT QUrl indexUrl();
-MULTIMC_LOGIC_EXPORT QUrl versionListUrl(const QString &uid);
-MULTIMC_LOGIC_EXPORT QUrl versionUrl(const QString &uid, const QString &version);
MULTIMC_LOGIC_EXPORT QDir localDir();
}