mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Remove dead code.
This commit is contained in:
parent
d205e66fe4
commit
dcaee350cf
@ -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
|
@dataclass
|
||||||
class Layout(ABC):
|
class Layout(ABC):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user