From bcfa76ef8769b0b383d75879ece26068769d0c50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Mon, 9 Sep 2013 05:40:02 +0200 Subject: [PATCH] Remove not implemented static methods from kwin/toplevel.h --- toplevel.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/toplevel.h b/toplevel.h index 83078459db..8c12ec58b6 100644 --- a/toplevel.h +++ b/toplevel.h @@ -385,10 +385,8 @@ protected: bool m_isDamaged; private: - static QByteArray staticWindowRole(WId); static QByteArray staticSessionId(WId); static QByteArray staticWmCommand(WId); - static QByteArray staticWmClientMachine(WId); static xcb_window_t staticWmClientLeader(xcb_window_t); // when adding new data members, check also copyToDeleted() Window client;