]> git.sesse.net Git - vlc/blobdiff - src/control/playlist.c
libvlc_playlist_play: remove unused exception
[vlc] / src / control / playlist.c
index a2ccdc80ae3345997604212111d717d884ff6795..79f274cda5757fe50a677005e1ac9d836776f2d6 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include "libvlc_internal.h"
 #include "libvlc.h"
 
@@ -35,8 +39,7 @@
 #include <assert.h>
 
 void libvlc_playlist_play( libvlc_instance_t *p_instance, int i_id,
-                           int i_options, char **ppsz_options,
-                           libvlc_exception_t *p_e )
+                           int i_options, char **ppsz_options )
 {
     playlist_t *pl = libvlc_priv (p_instance->p_libvlc_int)->p_playlist;
     VLC_UNUSED(i_id); VLC_UNUSED(i_options); VLC_UNUSED(ppsz_options);