Skip to content

Commit

Permalink
Remove unused PygameAdapter.update method from the pygame example
Browse files Browse the repository at this point in the history
  • Loading branch information
DataTriny committed Dec 30, 2023
1 parent e63cba2 commit 33fbfc2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bindings/python/examples/pygame/hello_world.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ def __init__(self, source, action_handler):
hwnd, source, action_handler
)

def update(self, tree_update):
if self.adapter is not None:
events = self.adapter.update(tree_update)
if events is not None:
events.raise_events()

def update_if_active(self, update_factory):
if self.adapter is not None:
Expand Down

0 comments on commit 33fbfc2

Please sign in to comment.