Commit f74f2334 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen

libvlc: Remove duplicated forward declaration

parent d4374ff3
...@@ -462,10 +462,6 @@ static int snapshot_was_taken(vlc_object_t *p_this, char const *psz_cmd, ...@@ -462,10 +462,6 @@ static int snapshot_was_taken(vlc_object_t *p_this, char const *psz_cmd,
return VLC_SUCCESS; return VLC_SUCCESS;
} }
/* */
static void libvlc_media_player_destroy( libvlc_media_player_t * );
/************************************************************************** /**************************************************************************
* Create a Media Instance object. * Create a Media Instance object.
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment