[vlc-devel] commit: Remove dummy debug ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat May 23 21:40:31 CEST 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat May 23 17:04:11 2009 +0300| [31526d525687dda631458e4cc6f64419adf1ae32] | committer: Rémi Denis-Courmont 

Remove dummy debug

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=31526d525687dda631458e4cc6f64419adf1ae32
---

 modules/video_output/drawable.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/modules/video_output/drawable.c b/modules/video_output/drawable.c
index f97b30d..ec1c71b 100644
--- a/modules/video_output/drawable.c
+++ b/modules/video_output/drawable.c
@@ -92,7 +92,6 @@ static int Open (vlc_object_t *obj, const char *varname, bool ptr)
     else
         val = (void *)(uintptr_t)var_GetInteger (obj, varname);
     var_Destroy (obj, varname);
-    msg_Err (wnd, "%zu, %p", n, val);
 
     /* Keep a list of busy drawables, so we don't overlap videos if there are
      * more than one video track in the stream. */
@@ -123,7 +122,6 @@ skip:
         val = NULL;
     }
     vlc_mutex_unlock (&serializer);
-    msg_Err (wnd, "%zu, %p", n, val);
 
     if (val == NULL)
         return VLC_EGENERIC;




More information about the vlc-devel mailing list