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:
authorsgiehl <stefan@piwik.org>2015-12-22 01:11:26 +0300
committersgiehl <stefan@piwik.org>2015-12-22 01:11:26 +0300
commitd3431336539276e1a6429e3feb96c45da1dde04c (patch)
tree64fc7d8398c2e1121a1e3671607b6de210964707 /plugins/UserLanguage
parent462c82d873f8cc72b8eef1b79b4cfa4fbfe714e8 (diff)
remove unused use statements
Diffstat (limited to 'plugins/UserLanguage')
-rw-r--r--plugins/UserLanguage/Reports/Base.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/UserLanguage/Reports/Base.php b/plugins/UserLanguage/Reports/Base.php
index 366521b16a..b6bcc40222 100644
--- a/plugins/UserLanguage/Reports/Base.php
+++ b/plugins/UserLanguage/Reports/Base.php
@@ -8,7 +8,6 @@
*/
namespace Piwik\Plugins\UserLanguage\Reports;
-use Piwik\Plugin\ViewDataTable;
use Piwik\Plugins\CoreVisualizations\Visualizations\Graph;
abstract class Base extends \Piwik\Plugin\Report