From 13b1b98f7cf8a3b3b2c15dd42f96537b02c00711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 3 Aug 2013 15:57:33 +0200 Subject: WTF, I don't even... --- backend/MinecraftVersion.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'backend/MinecraftVersion.h') diff --git a/backend/MinecraftVersion.h b/backend/MinecraftVersion.h index a69b4710..98b10f2d 100644 --- a/backend/MinecraftVersion.h +++ b/backend/MinecraftVersion.h @@ -39,14 +39,6 @@ public: Stable, CurrentStable, Snapshot, - MCNostalgia - }; - - enum VersionSource - { - Unknown = -1, - Legacy = 0, // the legacy launcher that's been around since ... forever - Launcher16 = 1, // current launcher as of 26/06/2013 }; virtual QString descriptor() const; @@ -57,9 +49,6 @@ public: virtual VersionType versionType() const; virtual void setVersionType(VersionType typeName); - virtual VersionSource versionSource() const; - virtual void setVersionSource(VersionSource launcherVersion); - virtual QString downloadURL() const; virtual QString etag() const; @@ -74,7 +63,4 @@ private: /// This version's type. Used internally to identify what kind of version this is. VersionType m_type; - - /// Whete to get the full version info (or, where did we get this version from originally) - VersionSource m_versionSource; }; -- cgit v1.2.3