Commit d9e2653f authored by Antoine Cellerier's avatar Antoine Cellerier

Remove unused variable.

parent 50787630
...@@ -241,7 +241,6 @@ static int Init( vout_thread_t *p_vout ) ...@@ -241,7 +241,6 @@ static int Init( vout_thread_t *p_vout )
{ {
vout_sys_t *p_sys = p_vout->p_sys; vout_sys_t *p_sys = p_vout->p_sys;
int i_pixel_pitch; int i_pixel_pitch;
vlc_value_t val;
p_sys->p_vout->pf_init( p_sys->p_vout ); p_sys->p_vout->pf_init( p_sys->p_vout );
......
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