Remove unused code

This commit is contained in:
djmaze 2020-07-29 00:06:59 +02:00
parent 3669fdc752
commit 07fd143853
5 changed files with 9 additions and 35 deletions

View file

@ -121,9 +121,9 @@ class ICSExportPlugin extends DAV\ServerPlugin {
case 'VTIMEZONE' :
// Naively just checking tzid.
if (!in_array((string)$child->TZID, $collectedTimezones)) {
$timezones[] = $child;
$collectedTimezones[] = $child->TZID;
}
$timezones[] = $child;
$collectedTimezones[] = $child->TZID;
}
break;
}