DOCS/input: stop documenting vf del

Because b56e63e2a9 removed it.
This commit is contained in:
Guido Cella 2023-11-06 17:28:21 +01:00 committed by Dudemanguy
parent ad26c3b0a5
commit 7d004bf15c
1 changed files with 0 additions and 7 deletions

View File

@ -921,13 +921,6 @@ Input Commands that are Possibly Subject to Change
<remove>
Like ``toggle``, but always remove the given filter from the chain.
<del>
Remove the given filters from the video chain. Unlike in the other
cases, the second parameter is a comma separated list of filter names
or integer indexes. ``0`` would denote the first filter. Negative
indexes start from the last filter, and ``-1`` denotes the last
filter. Deprecated, use ``remove``.
<clr>
Remove all filters. Note that like the other sub-commands, this does
not control automatically inserted filters.