summaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-10-07 11:36:38 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-10-07 11:36:38 +0200
commit3ea2dfa5f9c0692f68ce64856bdf203a9bbc2018 (patch)
tree5c9bc0504c8fdc5aa66db79826bc704b5a635ec6 /lib/public
parent1e5012fc1d0fab73ce5694b513fe1308615961f0 (diff)
downloadnextcloud-server-3ea2dfa5f9c0692f68ce64856bdf203a9bbc2018.tar.gz
nextcloud-server-3ea2dfa5f9c0692f68ce64856bdf203a9bbc2018.zip
remove getTrans() from API class
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/appframework/iapi.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/public/appframework/iapi.php b/lib/public/appframework/iapi.php
index fa6af5f5965..818647c19fd 100644
--- a/lib/public/appframework/iapi.php
+++ b/lib/public/appframework/iapi.php
@@ -67,14 +67,6 @@ interface IApi {
*/
function add3rdPartyStyle($name);
- /**
- * Returns the translation object
- * @return \OC_L10N the translation object
- *
- * FIXME: returns private object / should be retrieved from teh ServerContainer
- */
- function getTrans();
-
/**
* Returns the URL for a route