[vlc-commits] macosx: remove unneeded prototypes
David Fuhrmann
git at videolan.org
Sat Jun 27 23:04:59 CEST 2015
vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sat Jun 27 23:02:19 2015 +0200| [c77bd876c1c3a0cee141442fa1b6634ff208cb4b] | committer: David Fuhrmann
macosx: remove unneeded prototypes
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c77bd876c1c3a0cee141442fa1b6634ff208cb4b
---
modules/gui/macosx/intf.m | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/modules/gui/macosx/intf.m b/modules/gui/macosx/intf.m
index 6518dc8..53618e6 100644
--- a/modules/gui/macosx/intf.m
+++ b/modules/gui/macosx/intf.m
@@ -82,15 +82,6 @@ static void updateProgressPanel (void *, const char *, float);
static bool checkProgressPanel (void *);
static void destroyProgressPanel (void *);
-static int PLItemUpdated(vlc_object_t *, const char *,
- vlc_value_t, vlc_value_t, void *);
-
-static int PlaybackModeUpdated(vlc_object_t *, const char *,
- vlc_value_t, vlc_value_t, void *);
-static int VolumeUpdated(vlc_object_t *, const char *,
- vlc_value_t, vlc_value_t, void *);
-static int BossCallback(vlc_object_t *, const char *,
- vlc_value_t, vlc_value_t, void *);
#pragma mark -
#pragma mark VLC Interface Object Callbacks
More information about the vlc-commits
mailing list