[vlc-devel] commit: LibVLC: remove unused exception error code ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun Aug 9 17:37:20 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Aug 9 18:04:10 2009 +0300| [4e14fb80198b09975dc5d067421e21b5253db119] | committer: Rémi Denis-Courmont
LibVLC: remove unused exception error code
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4e14fb80198b09975dc5d067421e21b5253db119
---
include/vlc/libvlc_structures.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/include/vlc/libvlc_structures.h b/include/vlc/libvlc_structures.h
index 1f830d7..2b22915 100644
--- a/include/vlc/libvlc_structures.h
+++ b/include/vlc/libvlc_structures.h
@@ -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;
More information about the vlc-devel
mailing list