Skip to content
Snippets Groups Projects
Commit e0c8d58a authored by Steve Lhomme's avatar Steve Lhomme
Browse files

vout: remove duplicate vout_Close() definition

It's a VLC_API defined in vlc_vout.h
parent 967bf75a
No related branches found
No related tags found
No related merge requests found
......@@ -232,15 +232,6 @@ void vout_Stop(vout_thread_t *);
*/
void vout_StopDisplay(vout_thread_t *);
/**
* Destroys a vout.
*
* This function closes and releases a vout created by vout_Create().
*
* \param p_vout the vout to close
*/
void vout_Close( vout_thread_t *p_vout );
/**
* Set the new source format for a started vout
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment