Explorar o código

remove temporary filter

Sven Czarnian %!s(int64=3) %!d(string=hai) anos
pai
achega
eb05256df7
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      src/PlugIn.cpp

+ 0 - 4
src/PlugIn.cpp

@@ -149,10 +149,6 @@ void PlugIn::OnRadarTargetPositionUpdate(EuroScopePlugIn::CRadarTarget radarTarg
     if (4 != destination.length())
         return;
 
-    /* TODO temporary filter */
-    if ("EDDB" != destination)
-        return;
-
     /* filter by distance to destination */
     double distanceNM = flightPlan.GetDistanceToDestination();
     if (5.0 > distanceNM || 250.0 < distanceNM)