removed unused 'active' parameter do ::shadowPixmap

svn path=/trunk/KDE/kdebase/workspace/; revision=1021077
This commit is contained in:
Hugo Pereira Da Costa 2009-09-08 00:51:26 +00:00
parent d982b5060c
commit 4fa4dbd740

View file

@ -118,7 +118,7 @@ namespace Nitrogen
TileSet *shadowTiles(const QColor& color, const QColor& glow, qreal size, bool active);
//! shadows
QPixmap shadowPixmap( const QColor& color, const QColor& glow, qreal size, bool active) const;
QPixmap shadowPixmap( const QColor& color, const QColor& glow, qreal size) const;
private: