[vlc-commits] RC: remove last stray reference to the menu command (fixes #10539)

Rémi Denis-Courmont git at videolan.org
Sun Feb 2 12:22:09 CET 2014


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Feb  2 13:21:37 2014 +0200| [c33e62ce48892dcc367632d53e16dd676ea8f89b] | committer: Rémi Denis-Courmont

RC: remove last stray reference to the menu command (fixes #10539)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c33e62ce48892dcc367632d53e16dd676ea8f89b
---

 modules/control/rc.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/control/rc.c b/modules/control/rc.c
index da43b4f..d4cf792 100644
--- a/modules/control/rc.c
+++ b/modules/control/rc.c
@@ -830,7 +830,6 @@ static void Help( intf_thread_t *p_intf)
     msg_rc("%s", _("| snapshot . . . . . . . . . . . . take video snapshot"));
     msg_rc("%s", _("| strack [X] . . . . . . . . .  set/get subtitle track"));
     msg_rc("%s", _("| key [hotkey name] . . . . . .  simulate hotkey press"));
-    msg_rc("%s", _("| menu . . [on|off|up|down|left|right|select] use menu"));
     msg_rc(  "| ");
     msg_rc("%s", _("| help . . . . . . . . . . . . . . . this help message"));
     msg_rc("%s", _("| logout . . . . . . .  exit (if in socket connection)"));



More information about the vlc-commits mailing list