[vlc-commits] macosx: fix compilation warnings
Felix Paul Kühne
git at videolan.org
Sun Nov 10 23:25:34 CET 2013
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Nov 10 23:19:18 2013 +0100| [9973008454e6f866405fbf94fa26013493a74ac3] | committer: Felix Paul Kühne
macosx: fix compilation warnings
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9973008454e6f866405fbf94fa26013493a74ac3
---
modules/gui/macosx/intf.h | 5 -----
1 file changed, 5 deletions(-)
diff --git a/modules/gui/macosx/intf.h b/modules/gui/macosx/intf.h
index 7467eb8..3f2937f 100644
--- a/modules/gui/macosx/intf.h
+++ b/modules/gui/macosx/intf.h
@@ -176,14 +176,9 @@ struct intf_sys_t
- (void)showMainWindow;
- (void)showFullscreenController;
- (void)updateDelays;
-- (void)initStrings;
-
-- (void)processReceivedlibvlcMessage:(const vlc_log_t *) item ofType: (int)type withStr: (char *)str;
- (void)updateTogglePlaylistState;
-- (void)windowDidBecomeKey:(NSNotification *)o_notification;
-
- (void)mediaKeyTap:(SPMediaKeyTap*)keyTap receivedMediaKeyEvent:(NSEvent*)event;
@end
More information about the vlc-commits
mailing list