Skip to content

Commit

Permalink
Remove unused reload gesture (#4207)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmetzman authored Dec 26, 2024
1 parent 36baafc commit 77e8122
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/clusterfuzz/_internal/platforms/linux/gestures.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
from clusterfuzz._internal.system import shell

MAX_CHARS_TO_TYPE = 20
RELOAD_GESTURE = 'key,F5'

COORDINATE_DELTA_MIN = -100
COORDINATE_DELTA_MAX = 200
Expand Down
2 changes: 0 additions & 2 deletions src/clusterfuzz/_internal/platforms/windows/gestures.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
# This can be imported from appengine, so make sure we don't exception out.
pass

RELOAD_GESTURE = 'key,{F5}'


def find_windows_for_process(process_id):
"""Return visible windows belonging to a process."""
Expand Down

0 comments on commit 77e8122

Please sign in to comment.