talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 2a90c1d2f0b50af5304a7a795651a18c55a3e073
parent 32ac23cdd5eeaffba1e779fd44258160e2d5db58
Author: Paul <paul@claws-mail.org>
Date:   Sun,  5 Feb 2017 08:46:24 +0000

remove unused variable

Diffstat:
Msrc/plugins/vcalendar/vcal_folder.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/plugins/vcalendar/vcal_folder.c b/src/plugins/vcalendar/vcal_folder.c @@ -2237,7 +2237,6 @@ VCalEvent *vcal_get_event_from_ical(const gchar *ical, const gchar *charset) gchar *int_ical = g_strdup(ical); icalcomponent *comp = icalcomponent_new_from_string(int_ical); icalcomponent *inner = NULL; - icalcomponent *tzcomp = NULL; icalproperty *prop = NULL; GSList *list = NULL, *cur = NULL; gchar *uid = NULL;