diff --git a/lib/Cake/bootstrap.php b/lib/Cake/bootstrap.php index 5183ed7f4..e430c48c7 100644 --- a/lib/Cake/bootstrap.php +++ b/lib/Cake/bootstrap.php @@ -53,11 +53,6 @@ if (!defined('APP')) { */ define('APPLIBS', APP.'Lib'.DS); -/** - * Path to the application's helpers directory. - */ - define('HELPERS', VIEWS.'Helper'.DS); - /** * Path to the application's view's layouts directory. */