aboutsummaryrefslogtreecommitdiffstats
path: root/src/gestures.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gestures.c')
-rw-r--r--src/gestures.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gestures.c b/src/gestures.c
index 3f59a1e..db3fc83 100644
--- a/src/gestures.c
+++ b/src/gestures.c
@@ -27,7 +27,6 @@
static const int FINGER_THUMB_MS = 600;
static const int BUTTON_HOLD_MS = 200;
-#define use_tapping 0
/**
* extract_buttons
@@ -197,9 +196,6 @@ void extract_delayed_gestures(struct Gestures *gs, struct MTouch* mt)
{
mt->mem.wait = 0;
- if (!use_tapping && mt->caps.has_left)
- return;
-
if (mt->mem.tpdown < mt->mem.tpup) {
switch (mt->mem.maxtap) {
case 1: