From babeb23fe7023e863a86894e0f9c6d2f950444a6 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Sat, 15 Jul 2023 09:02:30 +0200 Subject: [PATCH] typo --- Common/APRSGPSDIdFrameProvider.cpp | 5 ----- 1 file changed, 5 deletions(-) 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;