]> git.sesse.net Git - vlc/commitdiff
No need to lookup i_verbose. The core does it anyway.
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 4 May 2008 18:39:05 +0000 (21:39 +0300)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 4 May 2008 18:39:05 +0000 (21:39 +0300)
modules/misc/lua/vlc.h

index 8eab191bd284d333bf5bb852491d065729d4210e..1f0c9de24a13892e748078a3fbc12a19cf2f7e83 100644 (file)
@@ -62,9 +62,6 @@ void E_(Close_LuaIntf)( vlc_object_t * );
  *****************************************************************************/
 static inline void lua_Dbg( vlc_object_t * p_this, const char * ppz_fmt, ... )
 {
-    if( p_this->p_libvlc->i_verbose < 3 )
-        return;
-
     va_list ap;
     va_start( ap, ppz_fmt );
     __msg_GenericVa( ( vlc_object_t *)p_this, MSG_QUEUE_NORMAL,