diff options
author | Alexander Larsson <alexl@redhat.com> | 2011-04-05 10:52:40 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2011-04-07 10:03:16 +0200 |
commit | e1dcd6735e315db145f9d307f625f5b2470852f4 (patch) | |
tree | bafe61e07cf39f2f00bc3212f85c273037391ac1 /gdk/broadway/broadway.js | |
parent | 5b645357d6cb50f1a4ff36f39749d5256c9bf87f (diff) | |
download | gtk+-e1dcd6735e315db145f9d307f625f5b2470852f4.tar.gz |
[broadway] Remove unused query pointer message
Diffstat (limited to 'gdk/broadway/broadway.js')
-rw-r--r-- | gdk/broadway/broadway.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gdk/broadway/broadway.js b/gdk/broadway/broadway.js index 70c116420d..4b1cb3259e 100644 --- a/gdk/broadway/broadway.js +++ b/gdk/broadway/broadway.js @@ -348,15 +348,6 @@ function handleCommands(cmdObj) flushSurface(surfaces[id]); break; - case 'q': // Query pointer - var id = base64_16(cmd, i); - i = i + 3; - - var pos = getPositionsFromAbsCoord(lastX, lastY, id); - - sendInput ("q", [pos.rootX, pos.rootY, pos.winX, pos.winY, windowWithMouse]); - break; - case 'g': // Grab var id = base64_16(cmd, i); i = i + 3; |