Browse Source
Remove unused variables
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
pull/4444/head
Morris Jobke
9 years ago
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
2 changed files with
0 additions and
2 deletions
-
apps/dav/lib/CardDAV/CardDavBackend.php
-
lib/private/legacy/defaults.php
|
|
|
@ -213,7 +213,6 @@ class CardDavBackend implements BackendInterface, SyncSupport { |
|
|
|
} |
|
|
|
|
|
|
|
public function getUsersOwnAddressBooks($principalUri) { |
|
|
|
$principalUriOriginal = $principalUri; |
|
|
|
$principalUri = $this->convertPrincipal($principalUri, true); |
|
|
|
$query = $this->db->getQueryBuilder(); |
|
|
|
$query->select(['id', 'uri', 'displayname', 'principaluri', 'description', 'synctoken']) |
|
|
|
|
|
|
|
@ -48,7 +48,6 @@ class OC_Defaults { |
|
|
|
private $defaultLogoClaim; |
|
|
|
private $defaultColorPrimary; |
|
|
|
private $defaultLogoUrl; |
|
|
|
private $defaultCacheBuster; |
|
|
|
|
|
|
|
function __construct() { |
|
|
|
$this->l = \OC::$server->getL10N('lib'); |
|
|
|
|