Remove unused field
authorColin Leroy <colin@colino.net>
Thu, 8 Oct 2015 16:47:24 +0000 (18:47 +0200)
committerColin Leroy <colin@colino.net>
Thu, 8 Oct 2015 16:47:24 +0000 (18:47 +0200)
src/plugins/vcalendar/libical/libical/icaltime.h

index 0f0379b76e3b88813062ebe83cf07b1c8691034b..5bfb3c12adf5d16a1a80b52f5f6df2d1e830a48a 100644 (file)
@@ -52,7 +52,6 @@ struct icaltimetype
 
        int is_date; /* 1 -> interpret this as date. */
    
 
        int is_date; /* 1 -> interpret this as date. */
    
-       const char* zone; /*Ptr to Olsen placename. Libical does not own mem*/
 };     
 
 /* Convert seconds past UNIX epoch to a timetype*/
 };     
 
 /* Convert seconds past UNIX epoch to a timetype*/