From 76653ee26b5884b9510e6d73b348573491d39711 Mon Sep 17 00:00:00 2001 From: Michael Brasser Date: Fri, 14 Aug 2009 13:02:02 +1000 Subject: Remove unused function. --- src/declarative/fx/qfxitem.cpp | 7 ------- src/declarative/fx/qfxitem.h | 3 --- 2 files changed, 10 deletions(-) diff --git a/src/declarative/fx/qfxitem.cpp b/src/declarative/fx/qfxitem.cpp index aab371b..f10977f 100644 --- a/src/declarative/fx/qfxitem.cpp +++ b/src/declarative/fx/qfxitem.cpp @@ -876,13 +876,6 @@ QFxItem::QFxItem(QFxItemPrivate &dd, QFxItem *parent) d->init(parent); } -/*! \internal -*/ -void QFxItem::doUpdate() -{ - update(); -} - /*! Destroys the QFxItem. */ diff --git a/src/declarative/fx/qfxitem.h b/src/declarative/fx/qfxitem.h index 30d9f1e..35a757e 100644 --- a/src/declarative/fx/qfxitem.h +++ b/src/declarative/fx/qfxitem.h @@ -217,9 +217,6 @@ protected: virtual void geometryChanged(const QRectF &newGeometry, const QRectF &oldGeometry); -private Q_SLOTS: - void doUpdate(); - protected: QFxItem(QFxItemPrivate &dd, QFxItem *parent = 0); -- cgit v0.12