From 24e035dfc82ed6fa3d13ced8c25f1036f58adf99 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 16 Feb 2021 11:46:06 +0100 Subject: [PATCH 1/2] Drop \OCP\Defaults::getLogoClaim Signed-off-by: Christoph Wurst --- lib/public/Defaults.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/lib/public/Defaults.php b/lib/public/Defaults.php index afb606febf..990644a6cb 100644 --- a/lib/public/Defaults.php +++ b/lib/public/Defaults.php @@ -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 From 0f9aa499e446c43589699930f2b9b7295a6b90a6 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 16 Feb 2021 11:48:16 +0100 Subject: [PATCH 2/2] Drop \OC_Theme::getLogoClaim Signed-off-by: Christoph Wurst --- themes/example/defaults.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/themes/example/defaults.php b/themes/example/defaults.php index 961a97f2e3..87d60de2ba 100644 --- a/themes/example/defaults.php +++ b/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