]> git.sesse.net Git - vlc/blobdiff - include/vlc_common.h
Remove PLAYLIST_AUTOPLAY and use PLAYLIST_PLAY instead. Fix #1477
[vlc] / include / vlc_common.h
index 5b0452707bb36319f521f8d327cc2145fcc7d7f8..bc179a0f4b075ea753cd43ce0f1009c8f97733e1 100644 (file)
@@ -200,7 +200,6 @@ typedef struct msg_subscription_t msg_subscription_t;
  */
 typedef enum {
     PLAYLIST_PLAY,      /**< No arg.                            res=can fail*/
-    PLAYLIST_AUTOPLAY,  /**< No arg.                            res=cant fail*/
     PLAYLIST_VIEWPLAY,  /**< arg1= playlist_item_t*,*/
                         /**  arg2 = playlist_item_t*          , res=can fail */
     PLAYLIST_PAUSE,     /**< No arg                             res=can fail*/