aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickpathitemnvprrenderer_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/items/qquickpathitemnvprrenderer_p.h')
-rw-r--r--src/quick/items/qquickpathitemnvprrenderer_p.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/quick/items/qquickpathitemnvprrenderer_p.h b/src/quick/items/qquickpathitemnvprrenderer_p.h
index f594609e83..067ecf7355 100644
--- a/src/quick/items/qquickpathitemnvprrenderer_p.h
+++ b/src/quick/items/qquickpathitemnvprrenderer_p.h
@@ -79,10 +79,6 @@ public:
DirtyList = 0x20
};
- QQuickPathItemNvprRenderer(QQuickItem *item)
- : m_item(item)
- { }
-
void beginSync(int totalCount) override;
void setPath(int index, const QQuickPath *path) override;
void setStrokeColor(int index, const QColor &color) override;
@@ -126,7 +122,6 @@ private:
void convertPath(const QQuickPath *path, VisualPathGuiData *d);
- QQuickItem *m_item;
QQuickPathItemNvprRenderNode *m_node = nullptr;
int m_accDirty = 0;