summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qmlgraphicsrepeater.cpp
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-11-09 07:30:36 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-11-09 07:30:36 (GMT)
commit24deeb4640e6439f9f2599c66fb229aa7bfad8af (patch)
tree112651b48a331754c2bc4c96167a5b3c5bd1fce8 /src/declarative/graphicsitems/qmlgraphicsrepeater.cpp
parentad169129f29f9e8f70158e45341687b5f1de1b3b (diff)
downloadQt-24deeb4640e6439f9f2599c66fb229aa7bfad8af.zip
Qt-24deeb4640e6439f9f2599c66fb229aa7bfad8af.tar.gz
Qt-24deeb4640e6439f9f2599c66fb229aa7bfad8af.tar.bz2
remove unneeded constructors
Diffstat (limited to 'src/declarative/graphicsitems/qmlgraphicsrepeater.cpp')
-rw-r--r--src/declarative/graphicsitems/qmlgraphicsrepeater.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/declarative/graphicsitems/qmlgraphicsrepeater.cpp b/src/declarative/graphicsitems/qmlgraphicsrepeater.cpp
index 82d6da3..48758a7 100644
--- a/src/declarative/graphicsitems/qmlgraphicsrepeater.cpp
+++ b/src/declarative/graphicsitems/qmlgraphicsrepeater.cpp
@@ -119,14 +119,6 @@ QmlGraphicsRepeater::QmlGraphicsRepeater(QmlGraphicsItem *parent)
}
/*!
- \internal
- */
-QmlGraphicsRepeater::QmlGraphicsRepeater(QmlGraphicsRepeaterPrivate &dd, QmlGraphicsItem *parent)
- : QmlGraphicsItem(dd, parent)
-{
-}
-
-/*!
Destroy the repeater instance. All items it instantiated are also
destroyed.
*/