Remove unnecessary defines of MIN/MAX/ABS

This commit is contained in:
Stephen Ierodiaconou
2010-12-16 20:20:58 +02:00
parent d105388d82
commit 4f3146dc7b
+1 -5
View File
@@ -59,8 +59,4 @@ CPOrderedSame = 0;
*/
CPOrderedDescending = 1;
CPNotFound = -1;
MIN = Math.min;
MAX = Math.max;
ABS = Math.abs;
CPNotFound = -1;