aboutsummaryrefslogtreecommitdiff
path: root/src/gestures.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gestures.c')
-rw-r--r--src/gestures.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gestures.c b/src/gestures.c
index 90371620..8e6005b3 100644
--- a/src/gestures.c
+++ b/src/gestures.c
@@ -298,13 +298,6 @@ bool IsGestureDetected(int gesture)
else return false;
}
-// Check gesture type
-int GetGestureDetected(void)
-{
- // Get current gesture only if enabled
- return (enabledGestures & currentGesture);
-}
-
// Get number of touch points
int GetTouchPointsCount(void)
{