aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/openvg/qsgopenvgrenderer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/scenegraph/openvg/qsgopenvgrenderer.cpp')
-rw-r--r--src/plugins/scenegraph/openvg/qsgopenvgrenderer.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/plugins/scenegraph/openvg/qsgopenvgrenderer.cpp b/src/plugins/scenegraph/openvg/qsgopenvgrenderer.cpp
index acd4cf88dc..1720182ffb 100644
--- a/src/plugins/scenegraph/openvg/qsgopenvgrenderer.cpp
+++ b/src/plugins/scenegraph/openvg/qsgopenvgrenderer.cpp
@@ -60,17 +60,6 @@ QSGOpenVGRenderer::~QSGOpenVGRenderer()
}
-void QSGOpenVGRenderer::renderScene(uint fboId)
-{
- Q_UNUSED(fboId)
- class B : public QSGBindable
- {
- public:
- void bind() const { }
- } bindable;
- QSGRenderer::renderScene(bindable);
-}
-
void QSGOpenVGRenderer::render()
{
//Clear the window geometry with the clear color