summaryrefslogtreecommitdiffstats
path: root/3rdparty/Sabre/CardDAV/ICard.php
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/Sabre/CardDAV/ICard.php')
-rwxr-xr-x3rdparty/Sabre/CardDAV/ICard.php18
1 files changed, 0 insertions, 18 deletions
diff --git a/3rdparty/Sabre/CardDAV/ICard.php b/3rdparty/Sabre/CardDAV/ICard.php
deleted file mode 100755
index a17299316c1..00000000000
--- a/3rdparty/Sabre/CardDAV/ICard.php
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-
-/**
- * Card interface
- *
- * Extend the ICard interface to allow your custom nodes to be picked up as
- * 'Cards'.
- *
- * @package Sabre
- * @subpackage CardDAV
- * @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_CardDAV_ICard extends Sabre_DAV_IFile {
-
-}
-