From 136ffb5e0a07daa7a091053e60b3c128201f7769 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 1 Jun 2011 15:58:19 +0200 Subject: DETECTOR: Get rid of unused kADFlagDontAugmentPreferredTarget It doesn't seem very useful to keep this around for future uses, either, at least I couldn't think of a convincing argument. If we really need something like this one day again, it is trivial enough to add it back. --- engines/advancedDetector.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'engines/advancedDetector.h') diff --git a/engines/advancedDetector.h b/engines/advancedDetector.h index 6ee0822f47..408c46556d 100644 --- a/engines/advancedDetector.h +++ b/engines/advancedDetector.h @@ -100,11 +100,6 @@ struct ADFileBasedFallback { enum ADFlags { - /** - * Generate/augment preferred target with information on the language (if - * not equal to english) and platform (if not equal to PC). - */ - kADFlagDontAugmentPreferredTarget = (1 << 0), /** * Warn user about new variant if his version was detected with fallback */ -- cgit v1.2.3