Remove dead code
This commit is contained in:
parent
f9e113d811
commit
db57b12723
2 changed files with 0 additions and 10 deletions
|
@ -95,7 +95,6 @@ public slots:
|
|||
signals:
|
||||
void showNoOfficialHangarChanged();
|
||||
|
||||
void selectAircraftIndex(int index);
|
||||
void selectedAircraftChanged(QUrl selectedAircraft);
|
||||
|
||||
protected:
|
||||
|
|
|
@ -158,15 +158,6 @@ Item
|
|||
flickable: aircraftList
|
||||
}
|
||||
|
||||
Connections
|
||||
{
|
||||
target: _launcher
|
||||
onSelectAircraftIndex: {
|
||||
aircraftList.currentIndex = index;
|
||||
aircraftList.model.select
|
||||
}
|
||||
}
|
||||
|
||||
state: "installed"
|
||||
|
||||
states: [
|
||||
|
|
Loading…
Add table
Reference in a new issue