@@ -807,9 +807,6 @@ |
||
807 | 807 | /** |
808 | 808 | * List all apps, this is used in apps.php |
809 | 809 | * |
810 | - * @param bool $onlyLocal |
|
811 | - * @param bool $includeUpdateInfo Should we check whether there is an update |
|
812 | - * in the app store? |
|
813 | 810 | * @return array |
814 | 811 | */ |
815 | 812 | public static function listAllApps() { |
@@ -20,7 +20,6 @@ |
||
20 | 20 | */ |
21 | 21 | namespace OCA\DAV\CalDAV\Publishing\Xml; |
22 | 22 | |
23 | -use OCA\DAV\CalDAV\Publishing\PublishPlugin as Plugin; |
|
24 | 23 | use Sabre\Xml\Writer; |
25 | 24 | use Sabre\Xml\XmlSerializable; |
26 | 25 |