mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
Remove unnecessary defines of MIN/MAX/ABS
This commit is contained in:
@@ -59,8 +59,4 @@ CPOrderedSame = 0;
|
||||
*/
|
||||
CPOrderedDescending = 1;
|
||||
|
||||
CPNotFound = -1;
|
||||
|
||||
MIN = Math.min;
|
||||
MAX = Math.max;
|
||||
ABS = Math.abs;
|
||||
CPNotFound = -1;
|
||||
|
||||
Reference in New Issue
Block a user