Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
c99cbb3b
Commit
c99cbb3b
authored
May 04, 2006
by
damienf
Browse files
libvlc.c: removed debug
parent
086d4657
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libvlc.c
View file @
c99cbb3b
...
...
@@ -1337,7 +1337,6 @@ vlc_bool_t VLC_IsPlaying( int i_object )
}
else
{
msg_Dbg
(
p_vlc
,
"polling playlist_IsPlaying"
);
b_playing
=
playlist_IsPlaying
(
p_playlist
);
}
vlc_object_release
(
p_playlist
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment