Skip to content

Commit

Permalink
remove unused instance variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoward committed Feb 10, 2025
1 parent ff82de1 commit d12d24a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/FlutterSwift/Client/FlutterWindow.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ public struct FlutterWindow {
// caller should register plugins before calling run()
}

private var _timer: Timer?

private func _allocTimer() -> Timer {
// note: frame rate is not in Hz, rather it's 1000*Hz (i.e. 60000 for 60Hz)
Timer(
Expand Down

0 comments on commit d12d24a

Please sign in to comment.