mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
Ref T545 Removed redundant constructors that are now inherited.
This commit is contained in:
@@ -40,9 +40,6 @@ namespace BlackMisc
|
||||
//! Default constructor.
|
||||
CCloudLayerList() = default;
|
||||
|
||||
//! Initializer list constructor.
|
||||
CCloudLayerList(std::initializer_list<CCloudLayer> il) : CSequence<CCloudLayer>(il) {}
|
||||
|
||||
//! Construct from a base class object.
|
||||
CCloudLayerList(const CSequence<CCloudLayer> &other);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user