changeset 3385 | 361bd29293f4 |
parent 2725 | 89908847b155 |
--- a/cocoaTouch/otherSrc/CGPointUtils.c Sat May 01 05:15:16 2010 +0000 +++ b/cocoaTouch/otherSrc/CGPointUtils.c Sat May 01 12:53:55 2010 +0000 @@ -10,8 +10,6 @@ #include "CGPointUtils.h" #include <math.h> -#define degreesToRadian(x) (M_PI * x / 180.0) -#define radiansToDegrees(x) (180.0 * x / M_PI) CGFloat distanceBetweenPoints (CGPoint first, CGPoint second) { CGFloat deltaX = second.x - first.x;