summaryrefslogtreecommitdiffstats
path: root/src/gui/animation
diff options
context:
space:
mode:
authorjasplin <qt-info@nokia.com>2009-06-04 13:07:20 +0200
committerjasplin <qt-info@nokia.com>2009-06-04 13:10:56 +0200
commite3a562e8d2e5767eef0070dacc01859c0acc142f (patch)
treeb9ac87b8ccdbaa548d13febdfb1104eff4c9785c /src/gui/animation
parentc2bad7dba5eccd5450eaf7eddaebc75b8410fa95 (diff)
Forgot to remove old code in d5231e0593dcbf226e0ca3d679c2547e8e1c9697.
Reviewed-by: TrustMe
Diffstat (limited to 'src/gui/animation')
-rw-r--r--src/gui/animation/qguivariantanimation.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/animation/qguivariantanimation.cpp b/src/gui/animation/qguivariantanimation.cpp
index 75532f6102..bcffb857c3 100644
--- a/src/gui/animation/qguivariantanimation.cpp
+++ b/src/gui/animation/qguivariantanimation.cpp
@@ -65,7 +65,6 @@ Q_CONSTRUCTOR_FUNCTION(qRegisterGuiGetInterpolator)
static int qUnregisterGuiGetInterpolator()
{
- qRegisterAnimationInterpolator<QColor>(0);
qRegisterAnimationInterpolator<QColor>(
(QVariant (*)(const QColor &, const QColor &, qreal))0); // cast required by Sun CC 5.5