Commit 918b5afd authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix compilation warning

parent 76d7c1bc
...@@ -99,8 +99,6 @@ void __msg_Create( vlc_object_t *p_this ) ...@@ -99,8 +99,6 @@ void __msg_Create( vlc_object_t *p_this )
*/ */
void __msg_Flush( vlc_object_t *p_this ) void __msg_Flush( vlc_object_t *p_this )
{ {
int i_index;
vlc_mutex_lock( &p_this->p_libvlc->msg_bank.lock ); vlc_mutex_lock( &p_this->p_libvlc->msg_bank.lock );
p_this->p_libvlc->msg_bank.b_configured = VLC_TRUE; p_this->p_libvlc->msg_bank.b_configured = VLC_TRUE;
......
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