]> git.sesse.net Git - vlc/blobdiff - src/libvlc.h
Revert "AA: use key thread (partially fix #3661) - untested"
[vlc] / src / libvlc.h
index 2a95283b40a0f3853508d954f0f2c83507df7912..a9fd3d17eb89c3a9a4720c54470636c6d2d57c0d 100644 (file)
@@ -45,12 +45,6 @@ void system_Init      ( libvlc_int_t *, int *, const char *[] );
 void system_Configure ( libvlc_int_t *, int, const char *const [] );
 void system_End       ( libvlc_int_t * );
 
-/*
- * Legacy object stuff that is still used within libvlccore (only)
- */
-void vlc_object_detach (vlc_object_t *);
-#define vlc_object_detach( o ) vlc_object_detach(VLC_OBJECT(o))
-
 /*
  * Threads subsystem
  */
@@ -167,7 +161,6 @@ 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 */
-    vlc_object_t   *old_parent;
 };
 
 #define ZOOM_SECTION N_("Zoom")