@@ -24,15 +24,12 @@ |
||
24 | 24 | namespace OCA\DAV\CalDAV\WebcalCaching; |
25 | 25 | |
26 | 26 | use OCA\DAV\CalDAV\CalendarHome; |
27 | -use OCP\BackgroundJob\IJobList; |
|
28 | 27 | use OCP\IRequest; |
29 | 28 | use Sabre\DAV\Exception\NotFound; |
30 | 29 | use Sabre\DAV\Server; |
31 | 30 | use Sabre\DAV\ServerPlugin; |
32 | 31 | use Sabre\HTTP\RequestInterface; |
33 | 32 | use Sabre\HTTP\ResponseInterface; |
34 | -use Symfony\Component\EventDispatcher\EventDispatcher; |
|
35 | -use Symfony\Component\EventDispatcher\GenericEvent; |
|
36 | 33 | |
37 | 34 | class Plugin extends ServerPlugin { |
38 | 35 |