Merge pull request #25678 from nextcloud/drop/defaults-logo-claim

Drop \OCP\Defaults::getLogoClaim
This commit is contained in:
Roeland Jago Douma 2021-02-16 16:14:04 +01:00 committed by GitHub
commit f0c8f7421f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 19 deletions

View File

@ -141,16 +141,6 @@ class Defaults {
return $this->defaults->getSlogan($lang);
}
/**
* logo claim
* @return string
* @since 6.0.0
* @deprecated 13.0.0
*/
public function getLogoClaim() {
return '';
}
/**
* footer, short version
* @return string

View File

@ -76,15 +76,6 @@ class OC_Theme {
return 'Your custom cloud, personalized for you!';
}
/**
* Returns logo claim
* @return string logo claim
* @deprecated 13.0.0 not used anymore
*/
public function getLogoClaim() {
return '';
}
/**
* Returns short version of the footer
* @return string short footer