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:
authorStefan Giehl <stefan@matomo.org>2020-02-27 10:23:17 +0300
committerGitHub <noreply@github.com>2020-02-27 10:23:17 +0300
commitf28c7fa6cb6c63c8f459206448c7dcb93568099e (patch)
tree55168edfd9c5e2802bf6c0ace2fed4584cb79f52 /plugins/UserCountry/Reports/GetContinent.php
parentbcbdf42154ff40af6ce8276234ffbae19e0370d4 (diff)
Removes GeoIp Legacy support (#15521)
* Removes GeoIp Legacy support * move rendering provider configuration to the provider, to allow other providers to define an own one * move related translations to GeoIp2 plugin * Adds some UI tests * Apply review feedback
Diffstat (limited to 'plugins/UserCountry/Reports/GetContinent.php')
-rw-r--r--plugins/UserCountry/Reports/GetContinent.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/UserCountry/Reports/GetContinent.php b/plugins/UserCountry/Reports/GetContinent.php
index 51f6fbc370..abd8d32707 100644
--- a/plugins/UserCountry/Reports/GetContinent.php
+++ b/plugins/UserCountry/Reports/GetContinent.php
@@ -12,7 +12,6 @@ use Piwik\Piwik;
use Piwik\Plugin\ViewDataTable;
use Piwik\Plugins\UserCountry\Columns\Continent;
use Piwik\Report\ReportWidgetFactory;
-use Piwik\Widget\WidgetContainerConfig;
use Piwik\Widget\WidgetsList;
class GetContinent extends Base