remove unused constant events

This commit is contained in:
Manuel Raynaud
2013-12-06 11:27:32 +01:00
parent d06e0a14cf
commit 06c875455f

View File

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