mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 03:45:30 +08:00
refactor: Remove unused signals
This commit is contained in:
@@ -99,12 +99,6 @@ namespace swift::core::context
|
||||
//! Aircraft has been moved from one location to another (changed scenery)
|
||||
void movedAircraft(const swift::misc::physical_quantities::CLength &distance);
|
||||
|
||||
//! Just airborne
|
||||
void isTakingOff();
|
||||
|
||||
//! Just landed
|
||||
void isTouchingDown();
|
||||
|
||||
public slots:
|
||||
//! Get own aircraft
|
||||
virtual swift::misc::simulation::CSimulatedAircraft getOwnAircraft() const = 0;
|
||||
|
||||
Reference in New Issue
Block a user