]> git.sesse.net Git - vlc/commitdiff
LibVLC: remove unused exception error code
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 9 Aug 2009 15:04:10 +0000 (18:04 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 9 Aug 2009 15:24:05 +0000 (18:24 +0300)
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;