diff --git a/core/lib/Thelia/Core/Event/TheliaEvents.php b/core/lib/Thelia/Core/Event/TheliaEvents.php index af5974797..c19ebe332 100755 --- a/core/lib/Thelia/Core/Event/TheliaEvents.php +++ b/core/lib/Thelia/Core/Event/TheliaEvents.php @@ -84,10 +84,6 @@ final class TheliaEvents */ const AFTER_CHANGECUSTOMER = "action.after_changecustomer"; - /** - * Sent before customer insertion, to allow modules to create a custom customer reference. - */ - const CREATECUSTOMER_CUSTOMREF = "customer.creation.customref"; /**