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