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