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