[vlc-commits] libvlc: Remove duplicated forward declaration

Hugo Beauzée-Luyssen git at videolan.org
Fri Oct 24 17:12:22 CEST 2014


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Sat Aug 23 16:22:37 2014 -0700| [f74f2334bb83476564a4cef106d8fdd2573db1a2] | committer: Hugo Beauzée-Luyssen

libvlc: Remove duplicated forward declaration

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f74f2334bb83476564a4cef106d8fdd2573db1a2
---

 lib/media_player.c |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/lib/media_player.c b/lib/media_player.c
index 0f2aa98..698f8d2 100644
--- a/lib/media_player.c
+++ b/lib/media_player.c
@@ -462,10 +462,6 @@ static int snapshot_was_taken(vlc_object_t *p_this, char const *psz_cmd,
     return VLC_SUCCESS;
 }
 
-/* */
-static void libvlc_media_player_destroy( libvlc_media_player_t * );
-
-
 /**************************************************************************
  * Create a Media Instance object.
  *



More information about the vlc-commits mailing list