summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/webgl/qwebglintegration.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/webgl/qwebglintegration.cpp')
-rw-r--r--src/plugins/platforms/webgl/qwebglintegration.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/platforms/webgl/qwebglintegration.cpp b/src/plugins/platforms/webgl/qwebglintegration.cpp
index 9311e30..58e4be0 100644
--- a/src/plugins/platforms/webgl/qwebglintegration.cpp
+++ b/src/plugins/platforms/webgl/qwebglintegration.cpp
@@ -336,7 +336,6 @@ void QWebGLIntegrationPrivate::clientConnected(QWebSocket *socket,
const double physicalWidth,
const double physicalHeight)
{
- Q_Q(QWebGLIntegration);
qCDebug(lcWebGL, "%p, Size: %dx%d. Physical Size: %fx%f",
socket, width, height, physicalWidth, physicalHeight);
QWebGLIntegrationPrivate::ClientData client;