From 7e78a422e8bb22572706b7fadb58fc45e7b8a7db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 11 Aug 2013 18:58:24 +0200 Subject: Version filtering and general related code sanitization. Version list dialog has alternating row background set. Nostalgia versions, based on OneSix. --- backend/OneSixVersion.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'backend/OneSixVersion.h') diff --git a/backend/OneSixVersion.h b/backend/OneSixVersion.h index 1f8090ab..e4f75542 100644 --- a/backend/OneSixVersion.h +++ b/backend/OneSixVersion.h @@ -181,12 +181,6 @@ public: /// the list of libs - both active and inactive, native and java QList > libraries; - /** - * is this actually a legacy version? if so, none of the other stuff here will be ever used. - * added by FullVersionFactory - */ - bool isLegacy; - /* FIXME: add support for those rules here? Looks like a pile of quick hacks to me though. @@ -211,7 +205,6 @@ public: FullVersion() { minimumLauncherVersion = 0xDEADBEEF; - isLegacy = false; } QList > getActiveNormalLibs(); -- cgit v1.2.3