[vlc-devel] [PATCH] vlc_common: remove old playlist typedefs

Romain Vimont rom1v at videolabs.io
Tue Nov 10 10:26:40 CET 2020


---
 include/vlc_common.h | 2 --
 1 file changed, 2 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;
-- 
2.29.2



More information about the vlc-devel mailing list