diff options
Diffstat (limited to 'lib/public/Share.php')
-rw-r--r-- | lib/public/Share.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/public/Share.php b/lib/public/Share.php index bc07ce4b78c..0937fc6ae9f 100644 --- a/lib/public/Share.php +++ b/lib/public/Share.php @@ -235,15 +235,4 @@ class Share extends \OC\Share\Constants { public static function getBackend($itemType) { return \OC\Share\Share::getBackend($itemType); } - - /** - * In case a password protected link is not yet authenticated this function will return false - * - * @param array $linkItem - * @return bool - * @since 7.0.0 - */ - public static function checkPasswordProtectedShare(array $linkItem) { - return \OC\Share\Share::checkPasswordProtectedShare($linkItem); - } } |