remove old unused variable

svn path=/trunk/KDE/kdelibs/; revision=1143742
This commit is contained in:
Marco Martin 2010-06-28 16:29:37 +00:00
parent 60b151b23e
commit 59211cfea4

View File

@ -63,8 +63,7 @@ public:
shape(NativeTabBar::RoundedNorth),
backgroundSvg(0),
buttonSvg(0),
closeIcon("window-close"),
animationId(-1)
closeIcon("window-close")
{
}
@ -85,7 +84,6 @@ public:
qreal buttonLeft, buttonTop, buttonRight, buttonBottom;
KIcon closeIcon;
int animationId;
QWeakPointer<QPropertyAnimation> anim;
QRect currentAnimRect;