Remove nonexistent function calls.
Earlier Haxe versions just used `EntryPoint`.
This commit is contained in:
@@ -601,12 +601,8 @@ class NativeApplication
|
||||
}
|
||||
}
|
||||
|
||||
#if target.threaded
|
||||
#if (haxe_ver > "4.1.5" && target.threaded)
|
||||
sys.thread.Thread.current().events.progress();
|
||||
#elseif cpp
|
||||
cpp.vm.Thread.current().events.progress();
|
||||
#elseif neko
|
||||
neko.vm.Thread.current().events.progress();
|
||||
#else
|
||||
@:privateAccess haxe.EntryPoint.processEvents();
|
||||
#end
|
||||
|
||||
Reference in New Issue
Block a user