diff -r 7eb4707d43f0 -r 361bd29293f4 cocoaTouch/otherSrc/CGPointUtils.c --- 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 -#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;