From 06c875455f5d2af07d8f55953dc73c7c65635ec4 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Fri, 6 Dec 2013 11:27:32 +0100 Subject: [PATCH] remove unused constant events --- core/lib/Thelia/Core/Event/TheliaEvents.php | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/core/lib/Thelia/Core/Event/TheliaEvents.php b/core/lib/Thelia/Core/Event/TheliaEvents.php index 4b929409c..9ffd5c795 100755 --- a/core/lib/Thelia/Core/Event/TheliaEvents.php +++ b/core/lib/Thelia/Core/Event/TheliaEvents.php @@ -38,20 +38,6 @@ final class TheliaEvents */ const BOOT = "thelia.boot"; - /** - * ACTION event - * - * Sent if no action are already present in Thelia action process ( see Thelia\Routing\Matcher\ActionMatcher) - */ - const ACTION = "thelia.action"; - - /** - * INCLUDE event - * - * Sent before starting thelia inclusion - */ - const INCLUSION = "thelia.include"; - /** * Sent before the logout of the customer. */