Unverified Commit b83e6816 authored by Gus Grubba's avatar Gus Grubba Committed by GitHub

Merge pull request #5854 from adrianschroeter/master

fix compile with glibc 2.26
parents 7555025f dcd27daf
...@@ -20,11 +20,6 @@ ...@@ -20,11 +20,6 @@
#include <QGeoCoordinate> #include <QGeoCoordinate>
/* 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, * @brief Project a geodetic coordinate on to local tangential plane (LTP) as coordinate with East,
* North, and Down components in meters. * North, and Down components in meters.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment