This commit is contained in:
Joshua Granick
2016-09-07 15:17:27 -07:00
parent ed1a76427f
commit 152ba59adf
2 changed files with 1 additions and 17 deletions

View File

@@ -18,8 +18,7 @@ abstract Locale(String) from String to String {
public var region (get, never):String;
private static function __init__ ():Void { __init (); }
private static function __init ():Void {
private static function __init__ ():Void {
var locale = null;
@@ -157,16 +156,4 @@ abstract Locale(String) from String to String {
}
// Native Methods
#if (lime_cffi && !macro)
@:noCompletion private static var lime_locale_get_system_locale = CFFI.load ("lime", "lime_locale_get_system_locale", 0);
#end
}

View File

@@ -3,7 +3,6 @@ import lime.Assets;
@:access(lime.app.Application)
@:access(lime.system.Locale)
class ApplicationMain {
@@ -17,8 +16,6 @@ class ApplicationMain {
public static function create ():Void {
lime.system.Locale.__init ();
preloader = new ::if (PRELOADER_NAME != "")::::PRELOADER_NAME::::else::lime.app.Preloader::end:: ();
#if !munit