summaryrefslogtreecommitdiffstats
path: root/lib/public/L10N/IFactory.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/L10N/IFactory.php')
-rw-r--r--lib/public/L10N/IFactory.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/public/L10N/IFactory.php b/lib/public/L10N/IFactory.php
index b5f93c2389c..9820082c72e 100644
--- a/lib/public/L10N/IFactory.php
+++ b/lib/public/L10N/IFactory.php
@@ -60,13 +60,4 @@ interface IFactory {
* @since 9.0.0
*/
public function languageExists($app, $lang);
-
- /**
- * Creates a function from the plural string
- *
- * @param string $string
- * @return string Unique function name
- * @since 9.0.0
- */
- public function createPluralFunction($string);
}