aboutsummaryrefslogtreecommitdiff
path: root/cli/i18n/I18nFileInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'cli/i18n/I18nFileInterface.php')
-rw-r--r--cli/i18n/I18nFileInterface.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/cli/i18n/I18nFileInterface.php b/cli/i18n/I18nFileInterface.php
deleted file mode 100644
index 9e7c41200..000000000
--- a/cli/i18n/I18nFileInterface.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
-
-require_once __DIR__ . '/I18nData.php';
-
-interface I18nFileInterface {
-
- public function load();
-
- public function dump(array $i18n);
-}