From 6adde94c6ee292de5bc87a0c651fef69e8847d7e Mon Sep 17 00:00:00 2001 From: zecke Date: Fri, 10 Sep 2004 11:42:53 +0000 Subject: Remove unused code and mark parameter as Q_UNUSED --- (limited to 'core/launcher/launcherview.cpp') diff --git a/core/launcher/launcherview.cpp b/core/launcher/launcherview.cpp index 0d0f2cb..cd9c14b 100644 --- a/core/launcher/launcherview.cpp +++ b/core/launcher/launcherview.cpp @@ -445,6 +445,8 @@ void LauncherItem::paintAnimatedIcon( QPainter *p ) p2.drawPixmap( x1, y1 + bounceY, *pixmap() ); #ifdef USE_ANIMATED_BUSY_ICON_OVERLAY p2.drawPixmap( x1, y1 + bounceY, liv->busyPixmap(), w * pic, 0, w, h ); +#else + Q_UNUSED( pic ) #endif p->drawPixmap( x1, y1, dblBuf ); } -- cgit v0.9.0.2