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/Annotations
parent462c82d873f8cc72b8eef1b79b4cfa4fbfe714e8 (diff)
remove unused use statements
Diffstat (limited to 'plugins/Annotations')
-rwxr-xr-xplugins/Annotations/Controller.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Annotations/Controller.php b/plugins/Annotations/Controller.php
index 2572864a80..86859bd37f 100755
--- a/plugins/Annotations/Controller.php
+++ b/plugins/Annotations/Controller.php
@@ -11,7 +11,6 @@ namespace Piwik\Plugins\Annotations;
use Piwik\API\Request;
use Piwik\Common;
use Piwik\Date;
-use Piwik\Piwik;
use Piwik\View;
/**