mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Remove dead code.
This commit is contained in:
parent
782389bd89
commit
1902618f45
@ -32,14 +32,6 @@ if TYPE_CHECKING:
|
|||||||
from .loiter import LoiterFlightPlan
|
from .loiter import LoiterFlightPlan
|
||||||
from .patrolling import PatrollingFlightPlan
|
from .patrolling import PatrollingFlightPlan
|
||||||
|
|
||||||
INGRESS_TYPES = {
|
|
||||||
FlightWaypointType.INGRESS_CAS,
|
|
||||||
FlightWaypointType.INGRESS_ESCORT,
|
|
||||||
FlightWaypointType.INGRESS_SEAD,
|
|
||||||
FlightWaypointType.INGRESS_STRIKE,
|
|
||||||
FlightWaypointType.INGRESS_DEAD,
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@dataclass(frozen=True)
|
@dataclass(frozen=True)
|
||||||
class Layout(ABC):
|
class Layout(ABC):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user