[vlc-commits] playlist: remove unused expanded flag

Rémi Denis-Courmont git at videolan.org
Thu Nov 17 19:01:44 CET 2016


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Nov 17 20:01:29 2016 +0200| [8c64e1098ee676f8b03037f14d407e3222811640] | committer: Rémi Denis-Courmont

playlist: remove unused expanded flag

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8c64e1098ee676f8b03037f14d407e3222811640
---

 include/vlc_playlist.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/vlc_playlist.h b/include/vlc_playlist.h
index 521c0ad..4e50ee9 100644
--- a/include/vlc_playlist.h
+++ b/include/vlc_playlist.h
@@ -147,7 +147,6 @@ typedef enum {
     PLAYLIST_SKIP_FLAG         = 0x0002,  /**< Must playlist skip after it ? */
     PLAYLIST_DBL_FLAG          = 0x0004,  /**< Is it disabled ? */
     PLAYLIST_RO_FLAG           = 0x0008,  /**< Write-enabled ? */
-    PLAYLIST_EXPANDED_FLAG     = 0x0020,  /**< Expanded node */
     PLAYLIST_SUBITEM_STOP_FLAG = 0x0040,  /**< Must playlist stop if the item gets subitems ?*/
     PLAYLIST_NO_INHERIT_FLAG   = 0x0080,  /**< Childs must not inherit flags from parent node */
 } playlist_item_flags_e;



More information about the vlc-commits mailing list