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>2014-07-22 11:59:51 +0400
committersgiehl <stefan@piwik.org>2014-07-22 12:00:04 +0400
commite5406d297315a7b399a82b118649b70a5577b477 (patch)
tree672d4bd97f3a819df8249fbb8927043c9fba43d1 /plugins/Events/Reports
parentbdb80a502652fcb9425ace10ee816571eaaf74dc (diff)
removed unused use statements
Diffstat (limited to 'plugins/Events/Reports')
-rw-r--r--plugins/Events/Reports/GetCategory.php1
-rw-r--r--plugins/Events/Reports/GetName.php1
2 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Events/Reports/GetCategory.php b/plugins/Events/Reports/GetCategory.php
index f91736eb3f..a901e5c32c 100644
--- a/plugins/Events/Reports/GetCategory.php
+++ b/plugins/Events/Reports/GetCategory.php
@@ -9,7 +9,6 @@
namespace Piwik\Plugins\Events\Reports;
use Piwik\Piwik;
-use Piwik\Plugin\ViewDataTable;
use Piwik\Plugins\Events\Columns\EventCategory;
class GetCategory extends Base
diff --git a/plugins/Events/Reports/GetName.php b/plugins/Events/Reports/GetName.php
index c68255e68e..886e992085 100644
--- a/plugins/Events/Reports/GetName.php
+++ b/plugins/Events/Reports/GetName.php
@@ -9,7 +9,6 @@
namespace Piwik\Plugins\Events\Reports;
use Piwik\Piwik;
-use Piwik\Plugin\ViewDataTable;
use Piwik\Plugins\Events\Columns\EventName;
class GetName extends Base