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. */