]> git.sesse.net Git - vlc/blobdiff - include/libvlc_internal.h
Convert the new libvlc API (so, the one that is in src/control) not to use the old...
[vlc] / include / libvlc_internal.h
index 355675f0418def771d8ea60eb6ff15fdd31fc97d..c0d63f3c6d36578f16148eb20daed483012c721a 100644 (file)
@@ -49,9 +49,7 @@ int libvlc_InternalAddIntf( libvlc_int_t *, char const *, vlc_bool_t,
 struct libvlc_instance_t
 {
     libvlc_int_t *p_libvlc_int;
-    playlist_t *p_playlist;
     vlm_t      *p_vlm;
-    int    i_vlc_id;
 };
 
 struct libvlc_input_t