* src/keyboard.h (kbd_buffer_store_event_hold): Remove unused local.
This commit is contained in:
parent
4fe5cb43d9
commit
9b891278cf
1 changed files with 0 additions and 1 deletions
|
@ -457,7 +457,6 @@ INLINE void
|
|||
kbd_buffer_store_event_hold (struct input_event *event,
|
||||
struct input_event *hold_quit)
|
||||
{
|
||||
union buffered_input_event *ev = (union buffered_input_event *) event;
|
||||
verify (alignof (struct input_event) == alignof (union buffered_input_event)
|
||||
&& sizeof (struct input_event) == sizeof (union buffered_input_event));
|
||||
return kbd_buffer_store_buffered_event ((union buffered_input_event *) event,
|
||||
|
|
Loading…
Add table
Reference in a new issue