]> git.sesse.net Git - vlc/blobdiff - include/vlc_objects.h
Lua: youtube in HQ (when used with &fmt=18)
[vlc] / include / vlc_objects.h
index aac0042f24c6deafb4af41273440fef3ef69cddd..f1d72ec95524070d8cca875e9d875822323b5515 100644 (file)
@@ -32,7 +32,6 @@
  */
 
 /* Object types */
-#define VLC_OBJECT_LIBVLC      (-2)
 #define VLC_OBJECT_INTF        (-4)
 #define VLC_OBJECT_PLAYLIST    (-5)
 #define VLC_OBJECT_INPUT       (-7)
@@ -158,7 +157,3 @@ static inline bool __vlc_object_alive (const vlc_object_t *obj)
 
 #define vlc_object_alive(a) \
     __vlc_object_alive( VLC_OBJECT(a) )
-
-VLC_EXPORT( int, __vlc_object_waitpipe, ( vlc_object_t *obj ));
-#define vlc_object_waitpipe(a) \
-    __vlc_object_waitpipe( VLC_OBJECT(a) )