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();