Commit 4c5af7b3 authored by Clément Stenac's avatar Clément Stenac

Remove useless debug

parent 6d3a3912
......@@ -969,8 +969,6 @@ static int spu_vaControlDefault( spu_t *p_spu, int i_query, va_list args )
case SPU_CHANNEL_REGISTER:
pi = (int *)va_arg( args, int * );
if( pi ) *pi = p_spu->i_channel++;
msg_Dbg( p_spu, "Registering subpicture channel, ID: %i",
p_spu->i_channel - 1 );
break;
case SPU_CHANNEL_CLEAR:
......
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