From 4b5de39c57f3f30847249ecd8eb05aac2b539d38 Mon Sep 17 00:00:00 2001 From: Sandro Giessl Date: Fri, 15 Oct 2004 14:44:33 +0000 Subject: [PATCH] CVS_SILENT clenup, windowWrapperShowEvent seems to be a relict from pre-kwin3 times... showEvent() doesn't seem to be used either, perhaps it could be removed as well. svn path=/trunk/kdebase/kwin/; revision=354761 --- clients/plastik/plastikclient.cpp | 7 ------- clients/plastik/plastikclient.h | 1 - 2 files changed, 8 deletions(-) diff --git a/clients/plastik/plastikclient.cpp b/clients/plastik/plastikclient.cpp index 3395424755..955622f670 100644 --- a/clients/plastik/plastikclient.cpp +++ b/clients/plastik/plastikclient.cpp @@ -416,13 +416,6 @@ void PlastikClient::showEvent(QShowEvent *) widget()->update(); } - -void PlastikClient::windowWrapperShowEvent(QShowEvent *) -{ - doShape(); - widget()->update(); -} - void PlastikClient::mouseDoubleClickEvent(QMouseEvent *e) { if (titleSpacer_->geometry().contains(e->pos())) diff --git a/clients/plastik/plastikclient.h b/clients/plastik/plastikclient.h index adb64721de..6da7cd495f 100644 --- a/clients/plastik/plastikclient.h +++ b/clients/plastik/plastikclient.h @@ -58,7 +58,6 @@ protected: virtual void paintEvent(QPaintEvent *e); virtual void showEvent(QShowEvent *); virtual void mouseDoubleClickEvent(QMouseEvent *e); - virtual void windowWrapperShowEvent(QShowEvent *); virtual void maximizeChange(); virtual void desktopChange();