Browse Source

Drop \OC_Theme::getLogoClaim

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
pull/25678/head
Christoph Wurst 5 years ago
parent
commit
0f9aa499e4
No known key found for this signature in database GPG Key ID: CC42AC2A7F0E56D8
  1. 9
      themes/example/defaults.php

9
themes/example/defaults.php

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