Skip to content

Commit

Permalink
Remove commented lines. These seem to have no effect (turned on or off)
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Nov 21, 2024
1 parent 7bfb572 commit bbd08e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rendercanvas/_loop.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
signal.SIGINT, # Unix signal 2. Sent by Ctrl+C.
signal.SIGTERM, # Unix signal 15. Sent by `kill <pid>`.
)
# if sys.platform == "win32":
# HANDLED_SIGNALS += (signal.SIGBREAK,) # Windows signal 21. Sent by Ctrl+Break.


class BaseTimer:
Expand Down

0 comments on commit bbd08e7

Please sign in to comment.