mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
defaults.lua: remove outdated comment
A client's input sections are destroyed along with it since bf385e1140.
This commit is contained in:
committed by
Kacper Michajłow
parent
1f1c30146c
commit
3053797e3c
@@ -170,7 +170,6 @@ function mp.flush_keybindings()
|
||||
cfg = cfg .. v.bind .. "\n"
|
||||
end
|
||||
mp.input_define_section(section, cfg, flags)
|
||||
-- TODO: remove the section if the script is stopped
|
||||
mp.input_enable_section(section, "allow-hide-cursor+allow-vo-dragging")
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user