summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/public/Defaults.php10
-rw-r--r--themes/example/defaults.php9
2 files changed, 0 insertions, 19 deletions
diff --git a/lib/public/Defaults.php b/lib/public/Defaults.php
index afb606febf6..990644a6cb2 100644
--- a/lib/public/Defaults.php
+++ b/lib/public/Defaults.php
@@ -142,16 +142,6 @@ class Defaults {
}
/**
- * logo claim
- * @return string
- * @since 6.0.0
- * @deprecated 13.0.0
- */
- public function getLogoClaim() {
- return '';
- }
-
- /**
* footer, short version
* @return string
* @since 6.0.0
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
*/