[vlc-commits] vlc_common: remove old playlist typedefs
Romain Vimont
git at videolan.org
Thu Nov 12 15:47:59 CET 2020
vlc | branch: master | Romain Vimont <rom1v at videolabs.io> | Tue Nov 10 10:26:40 2020 +0100| [93f9591d9ff142cc583443c8826353183393c112] | committer: Alexandre Janniaux
vlc_common: remove old playlist typedefs
Signed-off-by: Alexandre Janniaux <ajanni at videolabs.io>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=93f9591d9ff142cc583443c8826353183393c112
---
include/vlc_common.h | 2 --
include/vlc_objects.h | 1 -
2 files changed, 3 deletions(-)
diff --git a/include/vlc_common.h b/include/vlc_common.h
index 22a6c089d7..d65a076d45 100644
--- a/include/vlc_common.h
+++ b/include/vlc_common.h
@@ -341,8 +341,6 @@ typedef struct date_t date_t;
/* Playlist */
-typedef struct playlist_t playlist_t;
-typedef struct playlist_item_t playlist_item_t;
typedef struct services_discovery_t services_discovery_t;
typedef struct vlc_renderer_discovery_t vlc_renderer_discovery_t;
typedef struct vlc_renderer_item_t vlc_renderer_item_t;
diff --git a/include/vlc_objects.h b/include/vlc_objects.h
index 19ee5207fc..2f18ad9bf3 100644
--- a/include/vlc_objects.h
+++ b/include/vlc_objects.h
@@ -89,7 +89,6 @@ static inline struct vlc_object_t *VLC_OBJECT(struct t *d) \
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(stream_t)
vlc_object_cast(stream_directory_t)
vlc_object_cast(stream_extractor_t)
More information about the vlc-commits
mailing list