[vlc-commits] objects: remove input_thread_t cast
Thomas Guillem
git at videolan.org
Mon Jun 3 16:32:01 CEST 2019
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Mon Jun 3 16:25:37 2019 +0200| [9cb92dddca760308ba63af21a9ad435ffd9d2a01] | committer: Thomas Guillem
objects: remove input_thread_t cast
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9cb92dddca760308ba63af21a9ad435ffd9d2a01
---
include/vlc_objects.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/vlc_objects.h b/include/vlc_objects.h
index 3611da54ff..eaecdaa33b 100644
--- a/include/vlc_objects.h
+++ b/include/vlc_objects.h
@@ -90,7 +90,6 @@ vlc_object_cast(libvlc_int_t)
vlc_object_cast(intf_thread_t)
vlc_object_cast(vlc_player_t)
vlc_object_cast(playlist_t)
-vlc_object_cast(input_thread_t)
vlc_object_cast(stream_t)
vlc_object_cast(decoder_t)
vlc_object_cast(filter_t)
More information about the vlc-commits
mailing list