diff options
Diffstat (limited to 'lib/private/l10n.php')
-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 0b20eafea32..ee144cd221c 100644 --- a/lib/private/l10n.php +++ b/lib/private/l10n.php @@ -266,17 +266,6 @@ class OC_L10N implements \OCP\IL10N { } /** - * getPluralFormString - * @return string containing the gettext "Plural-Forms"-string - * - * Returns a string like "nplurals=2; plural=(n != 1);" - */ - public function getPluralFormString() { - $this->init(); - return $this->plural_form_string; - } - - /** * getPluralFormFunction * @return string the plural form function * |