From 05a7210e61c81926d3bf0fed3797efd36169ebcd Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Thu, 15 Sep 2016 07:24:45 -0700 Subject: [PATCH] Remove legacy hint --- tools/CommandLineTools.hx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tools/CommandLineTools.hx b/tools/CommandLineTools.hx index 440907f8a..d4d330bba 100644 --- a/tools/CommandLineTools.hx +++ b/tools/CommandLineTools.hx @@ -877,12 +877,6 @@ class CommandLineTools { LogHelper.println ("Use \x1b[3m" + commandName + " setup\x1b[0m to configure platforms or \x1b[3m" + commandName + " help\x1b[0m for more commands"); - if (targetFlags.exists ("openfl")) { - - LogHelper.println ("\x1b[37mUse \x1b[3m-Dv2\x1b[0m\x1b[37m or \x1b[3m-Dlegacy\x1b[0m\x1b[37m with your commands to use OpenFL 2.x legacy mode\x1b[0m"); - - } - } }