kcontrol: remove redundant KCMKeyboard destructor

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-09-06 04:02:42 +03:00
parent cc7fd6b174
commit c402bff997
2 changed files with 0 additions and 5 deletions

View file

@ -434,10 +434,6 @@ KCMKeyboard::KCMKeyboard(QWidget *parent, const QVariantList &args)
m_layoutbuttonsbox->layout()->addItem(m_layoutsbuttonsspacer2);
}
KCMKeyboard::~KCMKeyboard()
{
}
void KCMKeyboard::load()
{
KConfig kconfig("kcminputrc", KConfig::NoGlobals);

View file

@ -41,7 +41,6 @@ class KCMKeyboard : public KCModule
Q_OBJECT
public:
KCMKeyboard(QWidget *parent, const QVariantList &args);
~KCMKeyboard();
// KCModule reimplementations
public Q_SLOTS: