Drop \OC_Theme::getLogoClaim

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
pull/25678/head
Christoph Wurst 3 years ago
parent 24e035dfc8
commit 0f9aa499e4
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8

@ -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

Loading…
Cancel
Save