Skip to content

Commit cdf96a0

Browse files
committed
sensitivity isn't used - suprised pylint didn't catch this
1 parent e85d7ea commit cdf96a0

File tree

1 file changed

+0
-1
lines changed
  • Metro/Metro_RP2350_Memory/memory_game

1 file changed

+0
-1
lines changed

Metro/Metro_RP2350_Memory/memory_game/code.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@ def update_score_text():
291291
mouse_ptr = find_and_init_boot_mouse("mouse_cursor.bmp")
292292
if mouse_ptr is None:
293293
mouse_ptr = find_and_init_report_mouse("mouse_cursor.bmp")
294-
sensitivity = 1
295294
if mouse_ptr is None:
296295
print("No mouse found.")
297296
mouse = mouse_ptr.device

0 commit comments

Comments
 (0)