]> git.sesse.net Git - vlc/blobdiff - include/vlc/vlc.h
* include/vlc/vlc.h:
[vlc] / include / vlc / vlc.h
index e823b028ca632f96a6186dfca9af4a0d17dcdca1..46b26d1a89fac6959092cb2e762504e03953dec6 100644 (file)
@@ -2,7 +2,7 @@
  * vlc.h: global header for vlc
  *****************************************************************************
  * Copyright (C) 1998, 1999, 2000 VideoLAN
- * $Id: vlc.h,v 1.26 2003/09/07 22:45:16 fenrir Exp $
+ * $Id: vlc.h,v 1.27 2003/09/20 19:37:53 hartman Exp $
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -97,15 +97,6 @@ struct vlc_list_t
 
 #define PLAYLIST_END           -666
 
-/* Playlist parsing mode */
-#define PLAYLIST_REPEAT_CURRENT   0             /* Keep playing current item */
-#define PLAYLIST_FORWARD          1              /* Parse playlist until end */
-#define PLAYLIST_BACKWARD        -1                       /* Parse backwards */
-#define PLAYLIST_FORWARD_LOOP     2               /* Parse playlist and loop */
-#define PLAYLIST_BACKWARD_LOOP   -2              /* Parse backwards and loop */
-#define PLAYLIST_RANDOM           3                          /* Shuffle play */
-#define PLAYLIST_REVERSE_RANDOM  -3                  /* Reverse shuffle play */
-
 /** Playlist commands */
 typedef enum {
     PLAYLIST_PLAY,                              /**< Starts playing. No arg. */