Browse Source

remove BEHAVIORS contant

AD7six 15 years ago
parent
commit
66ae239629
1 changed files with 0 additions and 5 deletions
  1. 0 5
      lib/Cake/bootstrap.php

+ 0 - 5
lib/Cake/bootstrap.php

@@ -49,11 +49,6 @@ if (!defined('APP')) {
 }
 
 /**
- * Path to model behaviors directory.
- */
-	define('BEHAVIORS', MODELS.'Behavior'.DS);
-
-/**
  * Path to the application's libs directory.
  */
 	define('APPLIBS', APP.'Lib'.DS);