]> git.sesse.net Git - vlc/blobdiff - include/vlc_objects.h
Unexport vlc_object_waitpipe
[vlc] / include / vlc_objects.h
index d53f4d3d6e970daf2076bd5fa80e6ae783392cc7..f1d72ec95524070d8cca875e9d875822323b5515 100644 (file)
@@ -157,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) )