Remove dead code.

This commit is contained in:
Dan Albert 2023-08-21 20:30:37 -07:00 committed by Raffson
parent d205e66fe4
commit dcaee350cf
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -32,14 +32,6 @@ if TYPE_CHECKING:
from .loiter import LoiterFlightPlan
from .patrolling import PatrollingFlightPlan
INGRESS_TYPES = {
FlightWaypointType.INGRESS_CAS,
FlightWaypointType.INGRESS_ESCORT,
FlightWaypointType.INGRESS_SEAD,
FlightWaypointType.INGRESS_STRIKE,
FlightWaypointType.INGRESS_DEAD,
}
@dataclass
class Layout(ABC):