refactor: removed unused function param

This commit is contained in:
tomasklaen
2023-04-07 09:01:56 +02:00
parent ebe512a69d
commit 50c9629538

View File

@@ -612,7 +612,7 @@ if options.click_threshold > 0 then
mp.enable_key_bindings('mouse_movement', 'allow-vo-dragging+allow-hide-cursor')
end
function handle_mouse_pos(_, mouse, options)
function handle_mouse_pos(_, mouse)
if not mouse then return end
if cursor.hover_raw and not mouse.hover then
handle_mouse_leave()