diff options
author | Roeland Jago Douma <rullzer@owncloud.com> | 2016-01-11 16:41:46 +0100 |
---|---|---|
committer | Roeland Jago Douma <rullzer@owncloud.com> | 2016-01-11 16:41:46 +0100 |
commit | eccd9ca1cb1915b5da50112e7f436eaf03f65e39 (patch) | |
tree | 0f5e8c56dc774e3e246ebb96b35e369f02b16ae2 /lib | |
parent | c1d8a03662dcbf0f82e4ee6feb8cceadf399ae93 (diff) | |
download | nextcloud-server-eccd9ca1cb1915b5da50112e7f436eaf03f65e39.tar.gz nextcloud-server-eccd9ca1cb1915b5da50112e7f436eaf03f65e39.zip |
Remove unused deprecated function
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/l10n.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/private/l10n.php b/lib/private/l10n.php index 7835285bd49..cef4f7b45ab 100644 --- a/lib/private/l10n.php +++ b/lib/private/l10n.php @@ -77,17 +77,6 @@ class OC_L10N implements \OCP\IL10N { private $pluralFormFunction = null; /** - * get an L10N instance - * @param string $app - * @param string|null $lang - * @return \OCP\IL10N - * @deprecated Use \OC::$server->getL10NFactory()->get() instead - */ - public static function get($app, $lang=null) { - return \OC::$server->getL10NFactory()->get($app, $lang); - } - - /** * The constructor * @param string $app app requesting l10n * @param string $lang default: null Language |