1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

Remove useless member

This commit is contained in:
Rémi Denis-Courmont 2009-07-06 23:25:42 +03:00
parent 31b1e9090b
commit 53afb986b8

View File

@ -187,7 +187,6 @@ void msg_Destroy (libvlc_int_t *p_libvlc)
struct msg_subscription_t
{
vlc_thread_t thread;
libvlc_int_t *instance;
msg_callback_t func;
msg_cb_data_t *opaque;