[vlc-commits] lib: Remove outdated comment
    Hugo Beauzée-Luyssen 
    git at videolan.org
       
    Sun Feb  5 14:57:29 CET 2017
    
    
  
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Sun Feb  5 14:06:02 2017 +0100| [49fe7a9f2c03ed007a14db829553d76d771bb0ad] | committer: Hugo Beauzée-Luyssen
lib: Remove outdated comment
Fix #2602
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=49fe7a9f2c03ed007a14db829553d76d771bb0ad
---
 lib/media_player.c | 2 --
 1 file changed, 2 deletions(-)
diff --git a/lib/media_player.c b/lib/media_player.c
index ba7554c..9ac9554 100644
--- a/lib/media_player.c
+++ b/lib/media_player.c
@@ -1027,8 +1027,6 @@ void libvlc_media_player_pause( libvlc_media_player_t *p_mi )
 
 /**************************************************************************
  * Tells whether the media player is currently playing.
- *
- * Enter with lock held.
  **************************************************************************/
 int libvlc_media_player_is_playing( libvlc_media_player_t *p_mi )
 {
    
    
More information about the vlc-commits
mailing list