From e26ac7911613cb9c572b81820e427fbd0a5874f6 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Mon, 31 Jul 2017 14:59:04 +0200 Subject: 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 --- src/imports/shapes/qquickshapesoftwarerenderer_p.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/imports/shapes/qquickshapesoftwarerenderer_p.h') 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; -- cgit v1.2.3