]> git.sesse.net Git - vlc/commitdiff
Remove useless debug
authorClément Stenac <zorglub@videolan.org>
Sun, 10 Sep 2006 21:58:29 +0000 (21:58 +0000)
committerClément Stenac <zorglub@videolan.org>
Sun, 10 Sep 2006 21:58:29 +0000 (21:58 +0000)
src/video_output/vout_subpictures.c

index 912a9f479752ac13d509dd745ad0e408a68aaf83..303d7babffeed6e9d719048c652edd8096db5936 100644 (file)
@@ -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: