aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2021-02-16 11:48:16 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-02-16 11:48:16 +0100
commit0f9aa499e446c43589699930f2b9b7295a6b90a6 (patch)
tree414e9c662900f3e376fe3acc187b199153829fee /themes
parent24e035dfc82ed6fa3d13ced8c25f1036f58adf99 (diff)
downloadnextcloud-server-0f9aa499e446c43589699930f2b9b7295a6b90a6.tar.gz
nextcloud-server-0f9aa499e446c43589699930f2b9b7295a6b90a6.zip
Drop \OC_Theme::getLogoClaim
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'themes')
-rw-r--r--themes/example/defaults.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/themes/example/defaults.php b/themes/example/defaults.php
index 961a97f2e33..87d60de2ba7 100644
--- a/themes/example/defaults.php
+++ b/themes/example/defaults.php
@@ -77,15 +77,6 @@ class OC_Theme {
}
/**
- * 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
*/