summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/render/backend/qgraphicshelpergl3.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/render/backend/qgraphicshelpergl3.cpp b/src/render/backend/qgraphicshelpergl3.cpp
index a2dbb0e4d..24c2d9d64 100644
--- a/src/render/backend/qgraphicshelpergl3.cpp
+++ b/src/render/backend/qgraphicshelpergl3.cpp
@@ -248,10 +248,8 @@ void QGraphicsHelperGL3::disableAlphaCoverage()
GLuint QGraphicsHelperGL3::createFrameBufferObject()
{
- qDebug() << Q_FUNC_INFO;
GLuint id;
m_funcs->glGenFramebuffers(1, &id);
- qDebug() << Q_FUNC_INFO << id;
return id;
}