Commit 5e340bc1 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

vout: unused parameter

parent da3d76e0
......@@ -42,6 +42,7 @@ static inline void vout_SendEventClose(vout_thread_t *vout)
#warning FIXME: implement video close event
/* FIXME: this code is disabled as it breaks the non-playlist cases */
//playlist_Stop(pl_Get(vout));
(void) vout;
}
static inline void vout_SendEventKey(vout_thread_t *vout, int key)
{
......
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