summaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/Core
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-10-29 14:29:50 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2016-10-29 14:29:50 +0200
commite55e6f1f14d04251a6e1fc43e1687907ad6cc647 (patch)
tree234284b3ad48b708a68c0eabb046c024ad57d343 /lib/private/AppFramework/Core
parentd5159423cdce68e669825bb6199ddba8ecc440a4 (diff)
downloadnextcloud-server-e55e6f1f14d04251a6e1fc43e1687907ad6cc647.tar.gz
nextcloud-server-e55e6f1f14d04251a6e1fc43e1687907ad6cc647.zip
Cleanup usages
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'lib/private/AppFramework/Core')
-rw-r--r--lib/private/AppFramework/Core/API.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/private/AppFramework/Core/API.php b/lib/private/AppFramework/Core/API.php
index 85cdc00a63a..683962d67dc 100644
--- a/lib/private/AppFramework/Core/API.php
+++ b/lib/private/AppFramework/Core/API.php
@@ -170,19 +170,6 @@ class API implements IApi{
}
}
-
- /**
- * Register a backgroundjob task
- * @param string $className full namespace and class name of the class
- * @param string $methodName the name of the static method that should be
- * called
- * @deprecated Use \OC::$server->getJobList()->add();
- */
- public function addRegularTask($className, $methodName) {
- \OCP\Backgroundjob::addRegularTask($className, $methodName);
- }
-
-
/**
* Tells ownCloud to include a template in the admin overview
* @param string $mainPath the path to the main php file without the php