Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/MetricsFormatter.php')
-rw-r--r--core/MetricsFormatter.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/core/MetricsFormatter.php b/core/MetricsFormatter.php
index 9a039fd796..a080afadc4 100644
--- a/core/MetricsFormatter.php
+++ b/core/MetricsFormatter.php
@@ -64,13 +64,4 @@ class MetricsFormatter
{
return Site::getCurrencySymbolFor($idSite);
}
-
- /**
- * @deprecated Use Piwik\Intl\Data\Provider\CurrencyDataProvider instead.
- * @see \Piwik\Intl\Data\Provider\CurrencyDataProvider::getCurrencyList()
- */
- public static function getCurrencyList()
- {
- return Site::getCurrencyList();
- }
}