]> git.sesse.net Git - vlc/blobdiff - include/vlc_playlist.h
Removed unused field and clean up (playlist).
[vlc] / include / vlc_playlist.h
index ea02b7aeffd3e2a877dd2a0760fd9a1fd5595109..fc2b8089865178e0d2d7f31fdc1afa5b6c72324b 100644 (file)
@@ -188,9 +188,8 @@ struct playlist_t
 /** Helper to add an item */
 struct playlist_add_t
 {
-    int i_node;
-    int i_item;
-    int i_position;
+    int i_node; /**< Playist id of the parent node */
+    int i_item; /**< Playist id of the playlist_item_t */
 };
 
 enum