aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/shapes/qquickshapesoftwarerenderer_p.h
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2017-07-31 14:59:04 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2017-07-31 13:57:11 +0000
commite26ac7911613cb9c572b81820e427fbd0a5874f6 (patch)
treecc3d97c5e1c3dfa239f7bb364a44d9572d3e5075 /src/imports/shapes/qquickshapesoftwarerenderer_p.h
parent5e8347fdbab98d721f031634a9f6c8b217072d34 (diff)
shapes: Rip out more JS API leftovers
None of the removed code is ever hit in practice since the public JS API has been removed some time ago. Let's follow it up with removing the internal details since such an API is not going to come back in the near future. Change-Id: I721ab296a7a2acb3a5f61ce705da7aa66d3ad765 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/imports/shapes/qquickshapesoftwarerenderer_p.h')
-rw-r--r--src/imports/shapes/qquickshapesoftwarerenderer_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/imports/shapes/qquickshapesoftwarerenderer_p.h b/src/imports/shapes/qquickshapesoftwarerenderer_p.h
index 53982ce347..0abc2e37b0 100644
--- a/src/imports/shapes/qquickshapesoftwarerenderer_p.h
+++ b/src/imports/shapes/qquickshapesoftwarerenderer_p.h
@@ -73,7 +73,6 @@ public:
void beginSync(int totalCount) override;
void setPath(int index, const QQuickPath *path) override;
- void setJSPath(int index, const QQuickShapePathCommands &path) override;
void setStrokeColor(int index, const QColor &color) override;
void setStrokeWidth(int index, qreal w) override;
void setFillColor(int index, const QColor &color) override;