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