Commit 14f9486c authored by Laurent Aimar's avatar Laurent Aimar

Removed unused vout_thread_t:pf_lock/unlock/swap fields.

parent 6d8975b2
......@@ -137,9 +137,6 @@ struct vout_thread_t
int ( *pf_manage ) ( vout_thread_t * );
void ( *pf_render ) ( vout_thread_t *, picture_t * );
void ( *pf_display ) ( vout_thread_t *, picture_t * );
void ( *pf_swap ) ( vout_thread_t * ); /* OpenGL only */
int ( *pf_lock ) ( vout_thread_t * ); /* OpenGL only */
void ( *pf_unlock ) ( vout_thread_t * ); /* OpenGL only */
/**@}*/
/** \name Video heap and translation tables */
......
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