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

old_parent is only needed in DEBUG builds

parent 27956a1f
......@@ -167,7 +167,9 @@ struct vlc_object_internals
vlc_object_internals_t *next; /* next sibling */
vlc_object_internals_t *prev; /* previous sibling */
vlc_object_internals_t *first; /* first child */
#ifndef NDEBUG
vlc_object_t *old_parent;
#endif
};
#define ZOOM_SECTION N_("Zoom")
......
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