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

Remove useless object linked-list

This was mostly useful for vlc_object_get() which is gone.
parent 85b7e196
...@@ -185,7 +185,6 @@ typedef struct vlc_object_internals_t ...@@ -185,7 +185,6 @@ typedef struct vlc_object_internals_t
vlc_destructor_t pf_destructor; vlc_destructor_t pf_destructor;
/* Objects tree structure */ /* Objects tree structure */
vlc_object_t *prev, *next;
vlc_object_t **pp_children; vlc_object_t **pp_children;
int i_children; int i_children;
} vlc_object_internals_t; } vlc_object_internals_t;
......
This diff is collapsed.
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