diff --git a/api/src/Sharing.php b/api/src/Sharing.php index 3ad87956dd..0729f2bf67 100644 --- a/api/src/Sharing.php +++ b/api/src/Sharing.php @@ -119,14 +119,6 @@ class Sharing return $this->share['share_root']; } - /** - * Get share path - */ - public function get_path() - { - return $this->share['share_path']; - } - /** * Get share with email addresses */