[vlc-commits] commit: libvlc: remove unused structure member. ( =?UTF-8?Q?R=C3=A9mi=20Duraffort=20?=)

git at videolan.org git at videolan.org
Wed Nov 24 18:02:11 CET 2010


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | 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 */



More information about the vlc-commits mailing list