From 9dbc2cbc465e7873ab75be7227764b5901928227 Mon Sep 17 00:00:00 2001 From: Colin Leroy Date: Thu, 8 Oct 2015 18:47:24 +0200 Subject: [PATCH] Remove unused field --- src/plugins/vcalendar/libical/libical/icaltime.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/vcalendar/libical/libical/icaltime.h b/src/plugins/vcalendar/libical/libical/icaltime.h index 0f0379b76..5bfb3c12a 100644 --- a/src/plugins/vcalendar/libical/libical/icaltime.h +++ b/src/plugins/vcalendar/libical/libical/icaltime.h @@ -52,7 +52,6 @@ struct icaltimetype 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*/ -- 2.25.1