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