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

b_menu: remove unused variable

parent 1032a11c
......@@ -70,9 +70,7 @@ struct intf_thread_t
/** Interaction stuff */
bool b_interaction;
/* XXX: new message passing stuff will go here */
vlc_mutex_t change_lock;
bool b_menu;
};
/** \brief Arguments passed to a dialogs provider
......
......@@ -106,9 +106,6 @@ intf_thread_t* __intf_Create( vlc_object_t *p_this, const char *psz_module )
return NULL;
}
/* Initialize structure */
p_intf->b_menu = false;
/* Initialize mutexes */
vlc_mutex_init( &p_intf->change_lock );
......
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