aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV/EventComparisonService.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dav/lib/CalDAV/EventComparisonService.php')
-rw-r--r--apps/dav/lib/CalDAV/EventComparisonService.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/dav/lib/CalDAV/EventComparisonService.php b/apps/dav/lib/CalDAV/EventComparisonService.php
index d8d6ea07ed2..0f9914dcf98 100644
--- a/apps/dav/lib/CalDAV/EventComparisonService.php
+++ b/apps/dav/lib/CalDAV/EventComparisonService.php
@@ -25,15 +25,9 @@ declare(strict_types=1);
*/
namespace OCA\DAV\CalDAV;
-use OCA\DAV\AppInfo\Application;
use OCA\DAV\CalDAV\Schedule\IMipService;
-use OCP\AppFramework\Utility\ITimeFactory;
-use OCP\IConfig;
use Sabre\VObject\Component\VCalendar;
use Sabre\VObject\Component\VEvent;
-use Sabre\VObject\Component\VTimeZone;
-use Sabre\VObject\Component\VTodo;
-use function max;
class EventComparisonService {