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

Remove the p_libvlc_global pointer from VLC_COMMON_MEMBERS.

It's pretty useless to copy the same value to every single object.
parent 3ea2708d
......@@ -568,7 +568,6 @@ typedef struct vlc_object_internals_t vlc_object_internals_t;
variable_t * p_vars; \
\
/* Stuff related to the libvlc structure */ \
vlc_object_t *p_libvlc_global; /**< root of all evil */ \
libvlc_int_t *p_libvlc; /**< (root of all evil) - 1 */ \
\
volatile int i_refcount; /**< usage count */ \
......
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