chore: Keymap, use default for deconstructor

This commit is contained in:
sithlord48
2025-05-01 10:58:50 -04:00
committed by Nick Bolton
parent ed3118b81a
commit 73566c061d
2 changed files with 1 additions and 6 deletions

View File

@ -35,11 +35,6 @@ KeyMap::KeyMap() : m_numGroups(0), m_composeAcrossGroups(false)
m_modifierKeyItem.m_client = 0;
}
KeyMap::~KeyMap()
{
// do nothing
}
void KeyMap::swap(KeyMap &x)
{
m_keyIDMap.swap(x.m_keyIDMap);

View File

@ -28,7 +28,7 @@ class KeyMap
{
public:
KeyMap();
virtual ~KeyMap();
virtual ~KeyMap() = default;
//! KeyID synthesis info
/*!