summaryrefslogtreecommitdiff
path: root/unity-private/gesture
diff options
authornjpatel <>2010-08-10 21:28:19 +0100
committernjpatel <>2010-08-10 21:28:19 +0100
commitd621b0df0ff5556b6b58ed9c7059bfb194fa3952 (patch)
tree0dc0549ce8965361b074a4afcde6f1a71402e254 /unity-private/gesture
parent5e019f2c621c8311ef808b443bd553ddac52e43e (diff)
Some support for geis
(bzr r424.1.15)
Diffstat (limited to 'unity-private/gesture')
-rw-r--r--unity-private/gesture/gesture-dispatcher.vala4
1 files changed, 0 insertions, 4 deletions
diff --git a/unity-private/gesture/gesture-dispatcher.vala b/unity-private/gesture/gesture-dispatcher.vala
index 2291b1ca0..0e1783587 100644
--- a/unity-private/gesture/gesture-dispatcher.vala
+++ b/unity-private/gesture/gesture-dispatcher.vala
@@ -22,9 +22,5 @@ namespace Unity.Gesture
public abstract class Dispatcher : GLib.Object
{
public signal void gesture (Gesture.Event event);
-
- public signal void tap (int n_fingers,
- uint32 duration,
- uint32 timestamp);
}
}