Remove unnecessary implementation

This commit is contained in:
Thomas Citharel 2016-07-06 12:42:32 +02:00 committed by Lukas Reschke
parent 5824c2493b
commit 981c38f6d9
No known key found for this signature in database
GPG key ID: B9F6980CF6E759B1

View file

@ -24,14 +24,13 @@
namespace OCA\DAV\CalDAV;
use OCA\DAV\DAV\Sharing\IShareable;
use Sabre\CalDAV\IShareableCalendar;
use OCP\IL10N;
use Sabre\CalDAV\Backend\BackendInterface;
use Sabre\DAV\Exception\Forbidden;
use Sabre\DAV\Exception\NotFound;
use Sabre\DAV\PropPatch;
class Calendar extends \Sabre\CalDAV\Calendar implements IShareable, IShareableCalendar {
class Calendar extends \Sabre\CalDAV\Calendar implements IShareable {
public function __construct(BackendInterface $caldavBackend, $calendarInfo, IL10N $l10n) {
parent::__construct($caldavBackend, $calendarInfo);