aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgcontext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/scenegraph/qsgcontext.cpp')
-rw-r--r--src/quick/scenegraph/qsgcontext.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/quick/scenegraph/qsgcontext.cpp b/src/quick/scenegraph/qsgcontext.cpp
index 0009de8c67..688fc7db08 100644
--- a/src/quick/scenegraph/qsgcontext.cpp
+++ b/src/quick/scenegraph/qsgcontext.cpp
@@ -343,7 +343,6 @@ QSGRenderContext::QSGRenderContext(QSGContext *context)
QSGRenderContext::~QSGRenderContext()
{
- invalidate();
}
void QSGRenderContext::initialize(void *context)
@@ -353,8 +352,6 @@ void QSGRenderContext::initialize(void *context)
void QSGRenderContext::invalidate()
{
- m_sg->renderContextInvalidated(this);
- emit invalidated();
}
void QSGRenderContext::endSync()