if (bla) delete bla; => delete bla;

svn path=/trunk/kdebase/kwin/; revision=309793
icc-effect-5.14.5
Laurent Montel 2004-05-09 16:45:04 +00:00
parent 4b22ed1d20
commit 568b06087b
1 changed files with 2 additions and 4 deletions

View File

@ -1236,11 +1236,9 @@ void KeramikClient::iconChange()
if ( clientHandler->showAppIcons() ) {
// Force updateCaptionBuffer() to recreate the cached icons
if ( activeIcon )
delete activeIcon;
delete activeIcon;
if ( inactiveIcon )
delete inactiveIcon;
delete inactiveIcon;
activeIcon = inactiveIcon = NULL;