From 186f09a7ac2021168e8a92f15482a6b72d6beef8 Mon Sep 17 00:00:00 2001 From: mattab Date: Tue, 8 Oct 2013 16:51:12 +1300 Subject: refs #4123 Removing unused imports (using phpstorm Inspections>Fix feature) --- core/EventDispatcher.php | 1 - 1 file changed, 1 deletion(-) (limited to 'core/EventDispatcher.php') diff --git a/core/EventDispatcher.php b/core/EventDispatcher.php index 641e654252..5122250b08 100644 --- a/core/EventDispatcher.php +++ b/core/EventDispatcher.php @@ -11,7 +11,6 @@ namespace Piwik; use Piwik\Plugin; -use Piwik\PluginsManager; /** * This class allows code to post events from anywhere in Piwik and for -- cgit v1.2.3