Commit 54c3c6a0 authored by Gildas Bazin's avatar Gildas Bazin

* modules/video_output/directx/directx.c: removed debug message.

parent 5811a7d6
......@@ -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 )
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment