Skip to content

Commit 77e8122

Browse files
Remove unused reload gesture (#4207)
1 parent 36baafc commit 77e8122

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/clusterfuzz/_internal/platforms/linux/gestures.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
from clusterfuzz._internal.system import shell
2323

2424
MAX_CHARS_TO_TYPE = 20
25-
RELOAD_GESTURE = 'key,F5'
2625

2726
COORDINATE_DELTA_MIN = -100
2827
COORDINATE_DELTA_MAX = 200

src/clusterfuzz/_internal/platforms/windows/gestures.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
# This can be imported from appengine, so make sure we don't exception out.
2727
pass
2828

29-
RELOAD_GESTURE = 'key,{F5}'
30-
3129

3230
def find_windows_for_process(process_id):
3331
"""Return visible windows belonging to a process."""

0 commit comments

Comments
 (0)