From 4f3146dc7b4d9bca901849fcfb74f76cb392d7e9 Mon Sep 17 00:00:00 2001 From: Stephen Ierodiaconou Date: Thu, 16 Dec 2010 20:20:58 +0200 Subject: [PATCH] Remove unnecessary defines of MIN/MAX/ABS --- Foundation/CPObjJRuntime.j | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Foundation/CPObjJRuntime.j b/Foundation/CPObjJRuntime.j index 0d3b3e6bb..e485e5fee 100644 --- a/Foundation/CPObjJRuntime.j +++ b/Foundation/CPObjJRuntime.j @@ -59,8 +59,4 @@ CPOrderedSame = 0; */ CPOrderedDescending = 1; -CPNotFound = -1; - -MIN = Math.min; -MAX = Math.max; -ABS = Math.abs; +CPNotFound = -1;