summaryrefslogtreecommitdiffstats
path: root/lib/private/helper.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/helper.php')
-rw-r--r--lib/private/helper.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/private/helper.php b/lib/private/helper.php
index 72282362fe6..92ae25de4cc 100644
--- a/lib/private/helper.php
+++ b/lib/private/helper.php
@@ -70,18 +70,6 @@ class OC_Helper {
}
/**
- * Makes an $url absolute
- * @param string $url the url
- * @return string the absolute url
- * @deprecated Use \OC::$server->getURLGenerator()->getAbsoluteURL($url)
- *
- * Returns a absolute url to the given app and file.
- */
- public static function makeURLAbsolute($url) {
- return OC::$server->getURLGenerator()->getAbsoluteURL($url);
- }
-
- /**
* Creates an url for remote use
* @param string $service id
* @return string the url