mirror of
https://github.com/opnsense/src.git
synced 2026-02-09 22:06:55 -05:00
atp: Remove unused variable.
This commit is contained in:
parent
7295403595
commit
197b9a2ef0
1 changed files with 0 additions and 2 deletions
|
|
@ -2017,7 +2017,6 @@ atp_reap_sibling_zombies(void *arg)
|
|||
u_int8_t n_horizontal_scrolls = 0;
|
||||
u_int8_t n_vertical_scrolls = 0;
|
||||
int horizontal_scroll = 0;
|
||||
int vertical_scroll = 0;
|
||||
atp_stroke_t *strokep;
|
||||
atp_stroke_t *strokep_next;
|
||||
|
||||
|
|
@ -2037,7 +2036,6 @@ atp_reap_sibling_zombies(void *arg)
|
|||
horizontal_scroll += strokep->cum_movement_x;
|
||||
} else if (atp_is_vertical_scroll(strokep)) {
|
||||
n_vertical_scrolls++;
|
||||
vertical_scroll += strokep->cum_movement_y;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue