summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Fernandez <jesus.fernandez@qt.io>2018-06-04 19:08:58 +0200
committerJesus Fernandez <Jesus.Fernandez@qt.io>2018-06-05 13:40:52 +0000
commiteb9e611e8cb9196fd0b7ffaca851c6fdd97e7511 (patch)
tree4dd934897ae7886a17f44fa5ae942b03d48c20a8
parent65ba3a02d93d241a4851b5bcdce2084e3ead5d87 (diff)
Remove unused variable
It removes rotatingAngle. It was being serialized in the browser but ignored by the QPA plugin. Sending it is not necessary. Change-Id: I1cc7a4aba10886887fe7ec037139f5c943425494 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
-rw-r--r--src/plugins/platforms/webgl/webqt.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/platforms/webgl/webqt.jsx b/src/plugins/platforms/webgl/webqt.jsx
index de31868..9feb0fe 100644
--- a/src/plugins/platforms/webgl/webqt.jsx
+++ b/src/plugins/platforms/webgl/webqt.jsx
@@ -292,7 +292,6 @@ window.onload = function () {
"pageY": changedTouch.pageY,
"radiusX": changedTouch.radiusX,
"radiusY": changedTouch.radiusY,
- "rotatingAngle": changedTouch.rotatingAngle,
"screenX": changedTouch.screenX,
"screenY": changedTouch.screenY,
"normalPositionX": changedTouch.screenX / screen.width,