Commit c688c805 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Mosaic: remove unused variable

parent e74b7d93
......@@ -281,11 +281,9 @@ static int CreateFilter( vlc_object_t *p_this )
{
filter_t *p_filter = (filter_t *)p_this;
filter_sys_t *p_sys;
vlc_object_t *p_libvlc = VLC_OBJECT( p_filter->p_libvlc );
char *psz_order, *_psz_order;
char *psz_offsets;
int i_index;
vlc_value_t val;
int i_command;
/* Allocate structure */
......
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