[vlc-devel] commit: No need to lookup i_verbose. The core does it anyway. ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun May 4 20:38:57 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Sun May 4 21:39:05 2008 +0300| [60987ce27f1f6931311cf1bbf7dcc5d704b96a2f]
No need to lookup i_verbose. The core does it anyway.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=60987ce27f1f6931311cf1bbf7dcc5d704b96a2f
---
modules/misc/lua/vlc.h | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/modules/misc/lua/vlc.h b/modules/misc/lua/vlc.h
index 8eab191..1f0c9de 100644
--- a/modules/misc/lua/vlc.h
+++ b/modules/misc/lua/vlc.h
@@ -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,
More information about the vlc-devel
mailing list