Commit 03055546 authored by Laurent Aimar's avatar Laurent Aimar

Removed unused vout_thread_t:p_module field.

parent dfc4f334
......@@ -132,7 +132,6 @@ struct vout_thread_t
/** \name Plugin used and shortcuts to access its capabilities */
/**@{*/
module_t * p_module;
int ( *pf_init ) ( vout_thread_t * );
void ( *pf_end ) ( vout_thread_t * );
int ( *pf_manage ) ( vout_thread_t * );
......
......@@ -495,7 +495,6 @@ vout_thread_t * vout_Create( vlc_object_t *p_parent, video_format_t *p_fmt )
psz_name = psz_tmp;
}
p_vout->p->psz_module_name = psz_name;
p_vout->p_module = NULL;
/* */
vlc_object_set_destructor( p_vout, vout_Destructor );
......
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