Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
60987ce2
Commit
60987ce2
authored
May 04, 2008
by
Rémi Denis-Courmont
Browse files
No need to lookup i_verbose. The core does it anyway.
parent
6b42b421
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/misc/lua/vlc.h
View file @
60987ce2
...
...
@@ -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
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment