From c33e62ce48892dcc367632d53e16dd676ea8f89b Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sun, 2 Feb 2014 13:21:37 +0200 Subject: [PATCH] RC: remove last stray reference to the menu command (fixes #10539) --- modules/control/rc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/control/rc.c b/modules/control/rc.c index da43b4ff1a..d4cf792dea 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)")); -- 2.39.2