Changeset c99cbb3bee3c6f8db324dc9cc0d0a549eaa3f68d

Show
Ignore:
Timestamp:
05/04/06 23:58:37 (2 years ago)
Author:
Damien Fouilleul <damienf@videolan.org>
git-committer:
Damien Fouilleul <damienf@videolan.org> 1146779917 +0000
git-parent:

[086d46574617166f9b5a31bf6e16748a7b472e6a]

git-author:
Damien Fouilleul <damienf@videolan.org> 1146779917 +0000
Message:

libvlc.c: removed debug

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/libvlc.c

    rc744b97 rc99cbb3  
    13381338    else 
    13391339    { 
    1340         msg_Dbg(p_vlc, "polling playlist_IsPlaying"); 
    13411340        b_playing = playlist_IsPlaying( p_playlist ); 
    13421341    }