defaults.lua: remove outdated comment

A client's input sections are destroyed along with it since bf385e1140.
This commit is contained in:
Guido Cella
2024-12-02 15:22:14 +01:00
committed by Kacper Michajłow
parent 1f1c30146c
commit 3053797e3c

View File

@@ -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