As the comment says, these don't need to be slots anymore.

svn path=/trunk/kdebase/kwin/; revision=291845
This commit is contained in:
Luboš Luňák 2004-02-27 12:46:21 +00:00
parent b3547b4059
commit 6905d4530a

View file

@ -266,7 +266,6 @@ class Client : public QObject, public KDecorationDefines
static bool belongToSameApplication( const Client* c1, const Client* c2, bool active_hack = false ); static bool belongToSameApplication( const Client* c1, const Client* c2, bool active_hack = false );
static void readIcons( Window win, QPixmap* icon, QPixmap* miniicon ); static void readIcons( Window win, QPixmap* icon, QPixmap* miniicon );
public slots: // FRAME these probably don't need to be slots anymore
void minimize(); void minimize();
void unminimize(); void unminimize();
void closeWindow(); void closeWindow();