Commit 16d47626 authored by Rémi Duraffort's avatar Rémi Duraffort

unused variables.

parent bbd5ed62
......@@ -376,7 +376,6 @@ static int Control( access_t *p_access, int i_query, va_list args )
{
access_sys_t *p_sys = p_access->p_sys;
bool *pb_bool;
int *pi_int;
int64_t *pi_64;
switch( i_query )
......
......@@ -280,8 +280,6 @@ static int Seek (access_t *p_access, int64_t i_pos)
static int Control (access_t *p_access, int query, va_list args)
{
access_sys_t *p_sys = p_access->p_sys;
switch (query)
{
case ACCESS_CAN_SEEK:
......
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