]> git.sesse.net Git - vlc/blobdiff - include/vlc/deprecated.h
libvlc_playlist_play: remove unused exception
[vlc] / include / vlc / deprecated.h
index e946b77f6b8818cfc89a9256d1fbd450c26a60fc..97cb97a8818c90be092cd88b8780155d26edd477 100644 (file)
@@ -63,10 +63,9 @@ extern "C" {
  *        played
  * \param i_options the number of options to add to the item
  * \param ppsz_options the options to add to the item
- * \param p_e an initialized exception pointer
  */
 VLC_DEPRECATED_API void libvlc_playlist_play( libvlc_instance_t*, int, int,
-                                          char **, libvlc_exception_t * );
+                                          char ** );
 
 /** @}*/