[vlc-commits] macosx: fix build
David Fuhrmann
git at videolan.org
Sat Nov 29 12:37:19 CET 2014
vlc/vlc-2.2 | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sat Nov 29 12:34:21 2014 +0100| [ac1ca29cd96a3473e3dfd98497f1d8c5f47ba2bb] | committer: Felix Paul Kühne
macosx: fix build
(cherry picked from commit ac66eb9f1456d776f137fe0186b566d653b2dcf3)
Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=ac1ca29cd96a3473e3dfd98497f1d8c5f47ba2bb
---
modules/gui/macosx/MainMenu.m | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/gui/macosx/MainMenu.m b/modules/gui/macosx/MainMenu.m
index d5d85b7..5c26908 100644
--- a/modules/gui/macosx/MainMenu.m
+++ b/modules/gui/macosx/MainMenu.m
@@ -397,7 +397,6 @@ static VLCMainMenu *_o_sharedInstance = nil;
[o_mi_record setTitle: _NS("Record")];
[o_mi_rate setView: o_mi_rate_view];
[o_mi_rate_lbl setStringValue: _NS("Playback Speed")];
- [o_mi_rate_lbl_gray setStringValue: _NS("Playback Speed")];
[o_mi_rate_slower_lbl setStringValue: _NS("Slower")];
[o_mi_rate_normal_lbl setStringValue: _NS("Normal")];
[o_mi_rate_faster_lbl setStringValue: _NS("Faster")];
More information about the vlc-commits
mailing list