]> git.sesse.net Git - vlc/blobdiff - include/vlc/libvlc_structures.h
Replace libvlc_exception_get_message with libvlc_errmsg
[vlc] / include / vlc / libvlc_structures.h
index 2b2291570c9d608ad0bde6af5cde924afca93641..4e5e1c5d4d40f83e741a83b8bdb53382c85d34e0 100644 (file)
@@ -51,7 +51,6 @@ typedef struct libvlc_instance_t libvlc_instance_t;
 typedef struct libvlc_exception_t
 {
     int b_raised;
-    char *psz_message;
 } libvlc_exception_t;
 
 /**@} */