From a9d20d0fc44e39e1db44572dda74d1a093c67c34 Mon Sep 17 00:00:00 2001 From: Sandro Giessl Date: Fri, 15 Oct 2004 14:50:48 +0000 Subject: [PATCH] CVS_SILENT remove unused showEvent(). svn path=/trunk/kdebase/kwin/; revision=354765 --- clients/plastik/plastikclient.cpp | 6 ------ clients/plastik/plastikclient.h | 1 - 2 files changed, 7 deletions(-) diff --git a/clients/plastik/plastikclient.cpp b/clients/plastik/plastikclient.cpp index 955622f670..ec112baa4e 100644 --- a/clients/plastik/plastikclient.cpp +++ b/clients/plastik/plastikclient.cpp @@ -410,12 +410,6 @@ void PlastikClient::paintEvent(QPaintEvent*) } } -void PlastikClient::showEvent(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 6da7cd495f..09c3ca6f19 100644 --- a/clients/plastik/plastikclient.h +++ b/clients/plastik/plastikclient.h @@ -56,7 +56,6 @@ public: protected: virtual void resizeEvent(); virtual void paintEvent(QPaintEvent *e); - virtual void showEvent(QShowEvent *); virtual void mouseDoubleClickEvent(QMouseEvent *e); virtual void maximizeChange();