]> git.sesse.net Git - vlc/commitdiff
libvlc: Remove duplicated forward declaration
authorHugo Beauzée-Luyssen <hugo@beauzee.fr>
Sat, 23 Aug 2014 23:22:37 +0000 (16:22 -0700)
committerHugo Beauzée-Luyssen <hugo@beauzee.fr>
Fri, 24 Oct 2014 15:11:47 +0000 (17:11 +0200)
lib/media_player.c

index 0f2aa98ef872e0888a61966fa516b269a2788ba0..698f8d2838c42c89891cb2b4179b1162597fabce 100644 (file)
@@ -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.
  *