vlc | branch: master | Felix Paul Kühne <[email protected]> | 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
