[vlc-commits] macosx: remove interfaces which are now declared in .m file
David Fuhrmann
git at videolan.org
Sun Nov 25 18:23:55 CET 2012
vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Sun Nov 25 18:17:53 2012 +0100| [3ac4cb430dc90afe067578251d3e4dbe759ef8aa] | committer: David Fuhrmann
macosx: remove interfaces which are now declared in .m file
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3ac4cb430dc90afe067578251d3e4dbe759ef8aa
---
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 ccb2624..cf9edde 100644
--- a/modules/gui/macosx/intf.h
+++ b/modules/gui/macosx/intf.h
@@ -209,11 +209,6 @@ struct intf_sys_t
- (void)mediaKeyTap:(SPMediaKeyTap*)keyTap receivedMediaKeyEvent:(NSEvent*)event;
@end
- at interface VLCMain (Internal)
-- (void)handlePortMessage:(NSPortMessage *)o_msg;
-- (void)resetMediaKeyJump;
-- (void)coreChangedMediaKeySupportSetting: (NSNotification *)o_notification;
- at end
/*****************************************************************************
* VLCApplication interface
More information about the vlc-commits
mailing list