diff options
Diffstat (limited to '3rdparty/Sabre/CalDAV/Schedule/IOutbox.php')
-rwxr-xr-x | 3rdparty/Sabre/CalDAV/Schedule/IOutbox.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/3rdparty/Sabre/CalDAV/Schedule/IOutbox.php b/3rdparty/Sabre/CalDAV/Schedule/IOutbox.php deleted file mode 100755 index 46d77514bc0..00000000000 --- a/3rdparty/Sabre/CalDAV/Schedule/IOutbox.php +++ /dev/null @@ -1,16 +0,0 @@ -<?php - -/** - * Implement this interface to have a node be recognized as a CalDAV scheduling - * outbox. - * - * @package Sabre - * @subpackage CalDAV - * @copyright Copyright (C) 2007-2012 Rooftop Solutions. All rights reserved. - * @author Evert Pot (http://www.rooftopsolutions.nl/) - * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License - */ -interface Sabre_CalDAV_Schedule_IOutbox extends Sabre_DAV_ICollection, Sabre_DAVACL_IACL { - - -} |