Le 09/09/2020 à 19:11, Philippe Mathieu-Daudé a écrit :
> We only need to forward-declare kbd_push_key() and kbd_get_leds()
> which are used in kbd_interface, not kbd_leds(). Remove this
> superfluous forward declaration.
>
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> ui/spice-input.c | 1 -
>
Le 09/09/2020 à 19:11, Philippe Mathieu-Daudé a écrit :
> We only need to forward-declare kbd_push_key() and kbd_get_leds()
> which are used in kbd_interface, not kbd_leds(). Remove this
> superfluous forward declaration.
>
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> ui/spice-input.c | 1 -
>
We only need to forward-declare kbd_push_key() and kbd_get_leds()
which are used in kbd_interface, not kbd_leds(). Remove this
superfluous forward declaration.
Signed-off-by: Philippe Mathieu-Daudé
---
ui/spice-input.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/ui/spice-input.c b/ui/spic