Skip to content

Commit

Permalink
stop shadowing haxe.Timer
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Feb 11, 2024
1 parent a7e83b6 commit 7f69f7c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 82 deletions.
80 changes: 0 additions & 80 deletions haxe/Timer.hx

This file was deleted.

2 changes: 0 additions & 2 deletions haxe/ui/backend/AppImpl.hx
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,6 @@ class AppImpl extends AppBase {
_frame.maxSize = new hx.widgets.Size(frameMaxWidth, frameMaxHeight);

_frame.bind(EventType.CLOSE_WINDOW, function(e:Event) {
@:privateAccess Timer.stopAll();

dispatch(new AppEvent(AppEvent.APP_CLOSED));
#if (haxeui_hxwidgets_use_idle_event && haxe_ver >= 4.2)
_app.unbind(EventType.IDLE, onIdle);
Expand Down

0 comments on commit 7f69f7c

Please sign in to comment.