vlc | branch: master | Rémi Duraffort <[email protected]> | Wed Nov 24 
17:59:55 2010 +0100| [b17660378ec29c2a64991fc8a456809b1bf450b6] | committer: 
Rémi Duraffort 

libvlc: remove unused structure member.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b17660378ec29c2a64991fc8a456809b1bf450b6
---

 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 b76f2df..de1c562 100644
--- a/include/vlc/libvlc_structures.h
+++ b/include/vlc/libvlc_structures.h
@@ -60,7 +60,6 @@ typedef struct libvlc_log_iterator_t libvlc_log_iterator_t;
 
 typedef struct libvlc_log_message_t
 {
-    unsigned    sizeof_msg;   /* sizeof() of message structure, must be filled 
in by user */
     int         i_severity;   /* 0=INFO, 1=ERR, 2=WARN, 3=DBG */
     const char *psz_type;     /* module type */
     const char *psz_name;     /* module name */

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to