From e932276d0f81f0464b282b28397b236f04d87f68 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Tue, 12 Aug 2014 12:10:24 +0200 Subject: Revert "Add a simple rectangle node" This reverts commit 7d516abb39081c7ce58bb78a644f5bb5ff88f98a. Gunnar preferred routing the text cursor rectangles through the regular QSGRectangleNode. Change-Id: I40dc44451a10c9ccfe436974c21995a2b3bf86c2 Reviewed-by: Lars Knoll --- softwarecontext/context.h | 1 - 1 file changed, 1 deletion(-) (limited to 'softwarecontext/context.h') diff --git a/softwarecontext/context.h b/softwarecontext/context.h index 11da963b4d..8f42b2d13c 100644 --- a/softwarecontext/context.h +++ b/softwarecontext/context.h @@ -80,7 +80,6 @@ public: QSGRenderContext *createRenderContext() { return new RenderContext(this); } - virtual QSGSimpleRectangleNode *createSimpleRectangleNode(const QRectF &rect, const QColor &color); virtual QSGRectangleNode *createRectangleNode(); virtual QSGImageNode *createImageNode(); virtual QSGGlyphNode *createGlyphNode(QSGRenderContext *rc, bool preferNativeGlyphNode); -- cgit v1.2.3