diff --git a/keyboard_layout.cpp b/keyboard_layout.cpp index cb94c571e6..9f1ae6003f 100644 --- a/keyboard_layout.cpp +++ b/keyboard_layout.cpp @@ -222,11 +222,6 @@ uint KeyboardLayoutDBusInterface::getLayout() const return m_xkb->currentLayout(); } -QString KeyboardLayoutDBusInterface::getLayoutLongName() const -{ - return translatedLayout(m_xkb->layoutName()); -} - QVector KeyboardLayoutDBusInterface::getLayoutsList() const { // TODO: - should be handled by layout applet itself, it has nothing to do with KWin diff --git a/keyboard_layout.h b/keyboard_layout.h index d86583c76b..5aa81acd10 100644 --- a/keyboard_layout.h +++ b/keyboard_layout.h @@ -86,7 +86,6 @@ public Q_SLOTS: void switchToPreviousLayout(); bool setLayout(uint index); uint getLayout() const; - QString getLayoutLongName() const; QVector getLayoutsList() const; Q_SIGNALS: