]> git.sesse.net Git - vlc/commitdiff
libvlc: remove unused structure member.
authorRémi Duraffort <ivoire@videolan.org>
Wed, 24 Nov 2010 16:59:55 +0000 (17:59 +0100)
committerRémi Duraffort <ivoire@videolan.org>
Wed, 24 Nov 2010 17:00:56 +0000 (18:00 +0100)
include/vlc/libvlc_structures.h

index b76f2df6ab34b77fa1196f627aab68b6905bc17c..de1c5621c2b5b27c4db04b0dd337a894fbb52fb8 100644 (file)
@@ -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 */