RobovmLauncher: remove redundant init call, #92

This commit is contained in:
Emux 2016-08-02 19:58:10 +03:00
parent a9bb6e3788
commit 5eae87e892

View File

@ -51,7 +51,6 @@ public class RobovmLauncher extends IOSApplication.Delegate {
public static void main(String[] argv) { public static void main(String[] argv) {
NSAutoreleasePool pool = new NSAutoreleasePool(); NSAutoreleasePool pool = new NSAutoreleasePool();
System.setProperty(org.slf4j.impl.SimpleLogger.DEFAULT_LOG_LEVEL_KEY, "TRACE"); System.setProperty(org.slf4j.impl.SimpleLogger.DEFAULT_LOG_LEVEL_KEY, "TRACE");
IOSMapApp.init();
UIApplication.main(argv, null, RobovmLauncher.class); UIApplication.main(argv, null, RobovmLauncher.class);
pool.drain(); pool.drain();