remove old unused variable
svn path=/trunk/KDE/kdelibs/; revision=1143742
This commit is contained in:
parent
60b151b23e
commit
59211cfea4
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user