summaryrefslogtreecommitdiffstats
path: root/logic/minecraft/MojangVersionFormat.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/minecraft/MojangVersionFormat.h')
-rw-r--r--logic/minecraft/MojangVersionFormat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/logic/minecraft/MojangVersionFormat.h b/logic/minecraft/MojangVersionFormat.h
index da38bd62..925990ab 100644
--- a/logic/minecraft/MojangVersionFormat.h
+++ b/logic/minecraft/MojangVersionFormat.h
@@ -8,7 +8,5 @@ class MojangVersionFormat
public:
// version files / profile patches
static VersionFilePtr versionFileFromJson(const QJsonDocument &doc, const QString &filename);
- /*
static QJsonDocument profilePatchToJson(const ProfilePatchPtr &patch);
- */
};