mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-05 20:28:18 +02:00
touchpad: remove unnecessary return statement
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
ab563d0920
commit
92ce7b2f1f
1 changed files with 0 additions and 2 deletions
|
|
@ -2265,8 +2265,6 @@ tp_init_hysteresis(struct tp_dispatch *tp)
|
||||||
res_y = tp->device->abs.absinfo_y->resolution;
|
res_y = tp->device->abs.absinfo_y->resolution;
|
||||||
tp->hysteresis_margin.x = res_x/2;
|
tp->hysteresis_margin.x = res_x/2;
|
||||||
tp->hysteresis_margin.y = res_y/2;
|
tp->hysteresis_margin.y = res_y/2;
|
||||||
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue