Commit c5627373 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

vout: Remove a warning about vout_ShowTextAbsolute unused arg.

parent 7979cfc5
......@@ -73,6 +73,7 @@ int vout_ShowTextAbsolute( vout_thread_t *p_vout, int i_channel,
int i_flags, int i_hmargin, int i_vmargin,
mtime_t i_start, mtime_t i_stop )
{
(void)p_style;
subpicture_t *p_spu;
video_format_t fmt;
/* (void)p_style; FIXME: <-- why ask for this if it's unused?!? */
......
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