diff --git a/src/blackmisc/input/actionhotkeylist.h b/src/blackmisc/input/actionhotkeylist.h index 256d1e95f..fa625a7fc 100644 --- a/src/blackmisc/input/actionhotkeylist.h +++ b/src/blackmisc/input/actionhotkeylist.h @@ -47,13 +47,6 @@ namespace BlackMisc //! Example: //! List contains CTRL-F and other has combination CTRL 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 &>(a), static_cast &>(b)); - } }; }