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