mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-03 16:25:54 +08:00
refs #459 Removed compare() workaround in CActionHotkeyList.
This commit is contained in:
@@ -47,13 +47,6 @@ namespace BlackMisc
|
|||||||
//! Example:
|
//! Example:
|
||||||
//! List contains CTRL-F and other has combination CTRL
|
//! List contains CTRL-F and other has combination CTRL
|
||||||
CActionHotkeyList findSupersetsOf(const CActionHotkey &other);
|
CActionHotkeyList findSupersetsOf(const CActionHotkey &other);
|
||||||
|
|
||||||
//! Compare two CHotkeyList
|
|
||||||
//! \todo Remove once https://dev.vatsim-germany.org/issues/459 is fixed
|
|
||||||
friend int compare(const CActionHotkeyList &a, const CActionHotkeyList &b)
|
|
||||||
{
|
|
||||||
return compare(static_cast<const CSequence<CActionHotkey> &>(a), static_cast<const CSequence<CActionHotkey> &>(b));
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user