Skip to content

Commit

Permalink
Drop \OC_Theme::getLogoClaim
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst committed Feb 16, 2021
1 parent 24e035d commit 0f9aa49
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions themes/example/defaults.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,6 @@ public function getSlogan() {
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
Expand Down

0 comments on commit 0f9aa49

Please sign in to comment.