Josh Engebretson 10 år sedan
förälder
incheckning
6b3a6653bf
1 ändrade filer med 0 tillägg och 5 borttagningar
  1. 0 5
      Source/ToolCore/Build/BuildAndroid.cpp

+ 0 - 5
Source/ToolCore/Build/BuildAndroid.cpp

@@ -351,11 +351,6 @@ void BuildAndroid::Build(const String& buildPath)
 
     RunAntDebug();
 
-    //BuildSystem* buildSystem = GetSubsystem<BuildSystem>();
-    //buildSystem->BuildComplete(PLATFORMID_ANDROID, buildPath_);
-
-    //fileSystem->SystemCommandAsync("/Applications/Firefox.app/Contents/MacOS/firefox");
-
 }
 
 }