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:
@@ -15,11 +15,6 @@ namespace BlackMisc
|
||||
{
|
||||
CKeyboardKeyList::CKeyboardKeyList() { }
|
||||
|
||||
CKeyboardKeyList::CKeyboardKeyList(CKeyboardKey key)
|
||||
{
|
||||
this->push_back(key);
|
||||
}
|
||||
|
||||
CKeyboardKeyList::CKeyboardKeyList(const CSequence<CKeyboardKey> &baseClass) :
|
||||
CSequence<CKeyboardKey>(baseClass)
|
||||
{ }
|
||||
|
||||
Reference in New Issue
Block a user