Jelajahi Sumber

remove temporary filter

Sven Czarnian 3 tahun lalu
induk
melakukan
eb05256df7
1 mengubah file dengan 0 tambahan dan 4 penghapusan
  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)