summaryrefslogtreecommitdiff
path: root/unity-private/gesture
diff options
authornjpatel <>2010-08-24 16:54:08 +0100
committernjpatel <>2010-08-24 16:54:08 +0100
commitf04a71714a69b77aeec2e4b4a690cf654ea3ea70 (patch)
tree98fe22005330ee66e006e33c2533fd3d3e66989c /unity-private/gesture
parent673e73c6d456337faed38e6c4ddc2e219f8881e9 (diff)
5.1 User moves a window
(bzr r424.1.32)
Diffstat (limited to 'unity-private/gesture')
-rw-r--r--unity-private/gesture/gesture-dispatcher-xcb.vala2
1 files changed, 0 insertions, 2 deletions
diff --git a/unity-private/gesture/gesture-dispatcher-xcb.vala b/unity-private/gesture/gesture-dispatcher-xcb.vala
index 59c0f2c2d..15f07f49f 100644
--- a/unity-private/gesture/gesture-dispatcher-xcb.vala
+++ b/unity-private/gesture/gesture-dispatcher-xcb.vala
@@ -24,8 +24,6 @@ namespace Unity.Gesture
public XCBDispatcher ()
{
XCBDispatcherGlue.init (this as GLib.Object);
-
- gesture.connect ((g) => { print (@"$g"); });
}
~XCBDispatcher ()