summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-07-06 00:04:01 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-07-06 00:04:01 +0200
commit98da4bf7048519b53defcdeef8fa74e271eb60a4 (patch)
tree6f3ff111de822a99967a48195ff808f4815cc1ce
parentdad91c156fe63894b145530687ed5b9f84a3e571 (diff)
downloadnextcloud-server-98da4bf7048519b53defcdeef8fa74e271eb60a4.tar.gz
nextcloud-server-98da4bf7048519b53defcdeef8fa74e271eb60a4.zip
removing unused getSharedItem()
-rw-r--r--lib/public/share.php11
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