diff --git a/src/QGCGeo.h b/src/QGCGeo.h index 82d0e4c2492c83d7d688038a400a08b28d7ebd3f..77e2b3b0b80ded5d56f3cdee9ce09f739359d6ce 100644 --- a/src/QGCGeo.h +++ b/src/QGCGeo.h @@ -20,11 +20,6 @@ #include -/* Safeguard for systems lacking sincos (e.g. Mac OS X Leopard) */ -#ifndef sincos -#define sincos(th,x,y) { (*(x))=sin(th); (*(y))=cos(th); } -#endif - /** * @brief Project a geodetic coordinate on to local tangential plane (LTP) as coordinate with East, * North, and Down components in meters.