[vlc-commits] Remove unused PLAYLIST_GO define
Rémi Denis-Courmont
git at videolan.org
Sun May 14 18:39:06 CEST 2017
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun May 14 19:38:57 2017 +0300| [2ee206674511c7240f071d95f2f9e49a100c96d3] | committer: Rémi Denis-Courmont
Remove unused PLAYLIST_GO define
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2ee206674511c7240f071d95f2f9e49a100c96d3
---
include/vlc_playlist.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/include/vlc_playlist.h b/include/vlc_playlist.h
index d4176542f8..d9c982354e 100644
--- a/include/vlc_playlist.h
+++ b/include/vlc_playlist.h
@@ -200,9 +200,6 @@ enum
ORDER_REVERSE = 1,
};
-/* Used by playlist_Import */
-#define PLAYLIST_GO 0x0004
-
#define PLAYLIST_END -1
enum pl_locked_state
More information about the vlc-commits
mailing list