]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove duplicate method definitions
authorThomas Tanghus <thomas@tanghus.net>
Mon, 23 Sep 2013 22:12:23 +0000 (00:12 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Mon, 23 Sep 2013 22:12:23 +0000 (00:12 +0200)
lib/public/iservercontainer.php

index d3ee5d15dccc3758207538099bceb015230fb79c..6d291321957a829f29d4bbdb8596a6bc61ca5e5c 100644 (file)
@@ -75,6 +75,7 @@ interface IServerContainer {
         * @return \OCP\Files\Folder
         */
        function getAppFolder();
+
        /**
         * Returns the user session
         *
@@ -99,20 +100,6 @@ interface IServerContainer {
         */
        function getCache();
 
-       /**
-        * Returns a view to ownCloud's files folder
-        *
-        * @return \OCP\Files\Folder
-        */
-       function getUserFolder();
-
-       /**
-        * Returns an app-specific view in ownClouds data directory
-        *
-        * @return \OCP\Files\Folder
-        */
-       function getAppFolder();
-
        /**
         * Returns the current session
         *