]> git.sesse.net Git - vlc/blobdiff - include/vlc/libvlc_structures.h
LibVLC: remove unused exception error code
[vlc] / include / vlc / libvlc_structures.h
index 1f830d7e23c94115d5eb50842a2afb7d4f67e3ee..2b2291570c9d608ad0bde6af5cde924afca93641 100644 (file)
@@ -51,7 +51,6 @@ typedef struct libvlc_instance_t libvlc_instance_t;
 typedef struct libvlc_exception_t
 {
     int b_raised;
-    int i_code;
     char *psz_message;
 } libvlc_exception_t;