[vlc-devel] [vlc-commits] win32: Inhibit: Remove leftover debug

Hugo Beauzée-Luyssen hugo at beauzee.fr
Tue Feb 13 11:49:57 CET 2018


On Tue, Feb 13, 2018, at 11:48 AM, Hugo Beauzée-Luyssen wrote:
> vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Feb 
> 13 11:50:15 2018 +0100| [f9ab8146e46764b77b785491a829efec07fe99e7] | 
> committer: Hugo Beauzée-Luyssen
> 
> win32: Inhibit: Remove leftover debug
> 
> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f9ab8146e46764b77b785491a829efec07fe99e7
> ---
> 
>  modules/video_output/win32/inhibit.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/modules/video_output/win32/inhibit.c b/modules/
> video_output/win32/inhibit.c
> index 7a4ce0053a..77e21f0984 100644
> --- a/modules/video_output/win32/inhibit.c
> +++ b/modules/video_output/win32/inhibit.c
> @@ -53,7 +53,6 @@ static void RestoreStateOnCancel( void* p_opaque )
>  {
>      VLC_UNUSED(p_opaque);
>      SetThreadExecutionState( ES_CONTINUOUS );
> -    msg_Err( (vlc_object_t*)p_opaque, "Restored context" );
>  }
>  
>  static void* Run(void* obj)
> 

Sorry about that, I'll remove it in 3.0 when I commit my changes to fix inhibition on windows XP

-- 
  Hugo Beauzée-Luyssen
  hugo at beauzee.fr


More information about the vlc-devel mailing list