Remove a gesture from a gesture bucket
#include <gestures/bucket.h>
int gestures_bucket_del(gestures_bucket_t *bucket, uint_t idx)
This function deletes the gesture at the specified index from the gesture bucket.
0 on success, or -1 on failure.