]> git.sesse.net Git - vlc/commitdiff
* modules/video_output/directx/directx.c: removed debug message.
authorGildas Bazin <gbazin@videolan.org>
Mon, 24 Oct 2005 08:26:23 +0000 (08:26 +0000)
committerGildas Bazin <gbazin@videolan.org>
Mon, 24 Oct 2005 08:26:23 +0000 (08:26 +0000)
modules/video_output/directx/directx.c

index f652bcd5c32c9563be17ddf62dfba9e295036b4c..416be446f4302c88f43782cb81d0e5d44cf4b741 100644 (file)
@@ -1226,7 +1226,6 @@ int E_(DirectXUpdateOverlay)( vout_thread_t *p_vout )
     RECT            rect_dest = p_vout->p_sys->rect_dest_clipped;
 
     if( !p_vout->p_sys->b_using_overlay ) return VLC_EGENERIC;
-    msg_Err( p_vout, "update overlay");
 
     if( p_vout->p_sys->b_wallpaper )
     {