Cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user