From 4fa3e2a7144c532af62520c9da53f423d6f002ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Mon, 24 Apr 2017 01:30:51 +0200 Subject: GH-1856 Fix metadata version and list loading Shouldn't crash anymore, shouldn't overwrite data in some bad way anymore either. --- api/logic/minecraft/MinecraftProfile.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'api/logic/minecraft/MinecraftProfile.h') diff --git a/api/logic/minecraft/MinecraftProfile.h b/api/logic/minecraft/MinecraftProfile.h index 8cb5331f..192c77f9 100644 --- a/api/logic/minecraft/MinecraftProfile.h +++ b/api/logic/minecraft/MinecraftProfile.h @@ -58,9 +58,6 @@ public: /// install more jar mods void installJarMods(QStringList selectedFiles); - /// install more jar mods - void installVersion(BaseVersionPtr version); - /// DEPRECATED, remove ASAP int getFreeOrderNumber(); -- cgit v1.2.3