commit 9dbc2cbc465e7873ab75be7227764b5901928227 parent 6fcc0e06c5bf6c0a2a49784d54a4e1a5e6a0a5dd Author: Colin Leroy <colin@colino.net> Date: Thu, 8 Oct 2015 18:47:24 +0200 Remove unused field Diffstat:
| M | src/plugins/vcalendar/libical/libical/icaltime.h | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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*/