From kde-commits Sun May 09 16:45:04 2004 From: Laurent Montel Date: Sun, 09 May 2004 16:45:04 +0000 To: kde-commits Subject: kdebase/kwin/clients/keramik Message-Id: <20040509164504.675EC2299 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=108412111101542 CVS commit by mlaurent: if (bla) delete bla; => delete bla; M +2 -4 keramik.cpp 1.33 --- kdebase/kwin/clients/keramik/keramik.cpp #1.32:1.33 @@ -1237,8 +1237,6 @@ void KeramikClient::iconChange() // Force updateCaptionBuffer() to recreate the cached icons - if ( activeIcon ) delete activeIcon; - if ( inactiveIcon ) delete inactiveIcon;