mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 09:15:34 +08:00
Ref T545 Removed redundant constructors that are now inherited.
This commit is contained in:
@@ -21,10 +21,6 @@ namespace BlackMisc
|
||||
CSequence<CAircraftParts>(other)
|
||||
{ }
|
||||
|
||||
CAircraftPartsList::CAircraftPartsList(std::initializer_list<CAircraftParts> il) :
|
||||
CSequence<CAircraftParts>(il)
|
||||
{ }
|
||||
|
||||
int CAircraftPartsList::setOnGround(bool onGround)
|
||||
{
|
||||
int c = 0;
|
||||
|
||||
Reference in New Issue
Block a user