diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-07-06 00:04:01 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-07-06 00:04:01 +0200 |
commit | 98da4bf7048519b53defcdeef8fa74e271eb60a4 (patch) | |
tree | 6f3ff111de822a99967a48195ff808f4815cc1ce | |
parent | dad91c156fe63894b145530687ed5b9f84a3e571 (diff) | |
download | nextcloud-server-98da4bf7048519b53defcdeef8fa74e271eb60a4.tar.gz nextcloud-server-98da4bf7048519b53defcdeef8fa74e271eb60a4.zip |
removing unused getSharedItem()
-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 468026d3d92..7ae0ffe0bfd 100644 --- a/lib/public/share.php +++ b/lib/public/share.php @@ -341,17 +341,6 @@ class Share { } /** - * @param $itemType - * @param $itemSource - * @param $uid_owner - * @return mixed - */ - public static function getSharedItem($itemType, $itemSource, $uid_owner) { - return self::getItems($itemType, $itemSource, null, null, $uid_owner, self::FORMAT_NONE, - null, 1, false); - } - - /** * Get all users an item is shared with * @param string Item type * @param string Item source |