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

Remove useless member

parent 31b1e909
...@@ -187,7 +187,6 @@ void msg_Destroy (libvlc_int_t *p_libvlc) ...@@ -187,7 +187,6 @@ void msg_Destroy (libvlc_int_t *p_libvlc)
struct msg_subscription_t struct msg_subscription_t
{ {
vlc_thread_t thread;
libvlc_int_t *instance; libvlc_int_t *instance;
msg_callback_t func; msg_callback_t func;
msg_cb_data_t *opaque; msg_cb_data_t *opaque;
......
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