From 6905d4530a7405709bfbcb24954b014ae2afd08e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Fri, 27 Feb 2004 12:46:21 +0000 Subject: [PATCH] As the comment says, these don't need to be slots anymore. svn path=/trunk/kdebase/kwin/; revision=291845 --- client.h | 1 - 1 file changed, 1 deletion(-) diff --git a/client.h b/client.h index d7bc560338..0eef84fbf3 100644 --- a/client.h +++ b/client.h @@ -266,7 +266,6 @@ class Client : public QObject, public KDecorationDefines static bool belongToSameApplication( const Client* c1, const Client* c2, bool active_hack = false ); static void readIcons( Window win, QPixmap* icon, QPixmap* miniicon ); - public slots: // FRAME these probably don't need to be slots anymore void minimize(); void unminimize(); void closeWindow();