1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-14 21:25:09 +02:00

libvlc: Remove duplicated forward declaration

This commit is contained in:
Hugo Beauzée-Luyssen 2014-08-23 16:22:37 -07:00
parent d4374ff361
commit f74f2334bb

View 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.
*