diff --git a/Common/APRSGPSDIdFrameProvider.cpp b/Common/APRSGPSDIdFrameProvider.cpp index 7a2a0e5..7f621be 100644 --- a/Common/APRSGPSDIdFrameProvider.cpp +++ b/Common/APRSGPSDIdFrameProvider.cpp @@ -74,11 +74,6 @@ bool CAPRSGPSDIdFrameProvider::buildAPRSFramesInt(const CAPRSEntry * entry, std: return false; #endif -#if GPSD_API_MAJOR_VERSION == 10 - if(m_gpsdData.status == STATUS_NO_FIX) - return false; -#else - #if GPSD_API_MAJOR_VERSION >= 10 if(m_gpsdData.fix.status == STATUS_NO_FIX) return false;