[vlc-commits] cli: remove "s" command
Rémi Denis-Courmont
git at videolan.org
Sat Oct 17 20:36:01 CEST 2020
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Oct 17 16:00:10 2020 +0300| [dcf52976bc677badbbc24c2449c03675ddbcd548] | committer: Rémi Denis-Courmont
cli: remove "s" command
Not sure what it meant, probably a short for status. But since status
is printed asynchronously nowadays, it serves no purpuse.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dcf52976bc677badbbc24c2449c03675ddbcd548
---
modules/control/cli/cli.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/modules/control/cli/cli.c b/modules/control/cli/cli.c
index 4407ebeb2e..7f2f570a62 100644
--- a/modules/control/cli/cli.c
+++ b/modules/control/cli/cli.c
@@ -301,8 +301,6 @@ static void Process(intf_thread_t *intf, const char *line)
/* misc menu commands */
switch (cmd[0])
{
- case 's':
- case 'S':
case '\0': /* Ignore empty lines */
break;
More information about the vlc-commits
mailing list