]> git.sesse.net Git - vlc/blobdiff - include/vlc_playlist.h
playlist: gc_date is private.
[vlc] / include / vlc_playlist.h
index fed823983946812bf26bd2647d6086a62c902e0e..12f32efe8f95692846c1622fa1239347415ddff3 100644 (file)
@@ -180,7 +180,6 @@ struct playlist_t
     /* Runtime */
     int                   i_sort; /**< Last sorting applied to the playlist */
     int                   i_order; /**< Last ordering applied to the playlist */
-    mtime_t               gc_date;
 };
 
 /** Helper to add an item */