Commit 03be7ef6 authored by Rafaël Carré's avatar Rafaël Carré

Unused arguments

parent 01e398eb
...@@ -347,6 +347,7 @@ static void ...@@ -347,6 +347,7 @@ static void
mlist_item_deleted(const libvlc_event_t * p_event, void * p_user_data) mlist_item_deleted(const libvlc_event_t * p_event, void * p_user_data)
{ {
// Nothing to do. For now. // Nothing to do. For now.
(void)p_event; (void)p_user_data;
} }
......
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