diff options
| author | Warner Losh <imp@FreeBSD.org> | 2022-04-05 00:02:52 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2022-04-05 04:29:25 +0000 |
| commit | 3ca3bb576b48667a694b1eab229870697586bb5d (patch) | |
| tree | ab2ff3f044a32eff14d1e4ce3651396e86b67381 /sys/dev/cyapa | |
| parent | a9e022d3d75e33f27c3e6bbdc2445bf7c8800994 (diff) | |
Diffstat (limited to 'sys/dev/cyapa')
| -rw-r--r-- | sys/dev/cyapa/cyapa.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/cyapa/cyapa.c b/sys/dev/cyapa/cyapa.c index 39f3349d5217..6846c8b0e3c6 100644 --- a/sys/dev/cyapa/cyapa.c +++ b/sys/dev/cyapa/cyapa.c @@ -1336,7 +1336,6 @@ cyapa_raw_input(struct cyapa_softc *sc, struct cyapa_regs *regs, int freq) int afingers; /* actual fingers after culling */ int i; int j; - int k; int isidle; int thumbarea_begin; int seen_thumb; @@ -1485,7 +1484,6 @@ cyapa_raw_input(struct cyapa_softc *sc, struct cyapa_regs *regs, int freq) sc->track_but = 0; i = 0; j = 0; - k = 0; } else { /* * The id assigned on touch can move around in the array, |
