From 59211cfea44566e4589e64d33b618acbee1f6476 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Mon, 28 Jun 2010 16:29:37 +0000 Subject: [PATCH] remove old unused variable svn path=/trunk/KDE/kdelibs/; revision=1143742 --- private/nativetabbar.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/private/nativetabbar.cpp b/private/nativetabbar.cpp index 83a606afa..916deedde 100644 --- a/private/nativetabbar.cpp +++ b/private/nativetabbar.cpp @@ -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 anim; QRect currentAnimRect;