Commit 03d464d6 authored by Rémi Duraffort's avatar Rémi Duraffort

unused variables.

parent d46728df
......@@ -253,7 +253,6 @@ static int Control( access_t *p_access, int i_query, va_list args )
bool b_bool;
int64_t *pi_64;
int i_int;
vlc_value_t val;
switch( i_query )
{
......
......@@ -384,9 +384,8 @@ static ssize_t Read( access_t *p_access, uint8_t *p_buffer, size_t i_len )
*****************************************************************************/
static int Control( access_t *p_access, int i_query, va_list args )
{
bool *pb_bool;
int *pi_int;
int64_t *pi_64;
bool *pb_bool;
int64_t *pi_64;
switch( i_query )
{
......
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