print_keyboarddevice_full: drop unused machine parameter

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-11-03 16:20:41 +01:00
parent f606d5bd6f
commit 6971c38ed9

View File

@ -1436,7 +1436,7 @@ sub print_tabletdevice_full {
}
sub print_keyboarddevice_full {
my ($conf, $arch, $machine) = @_;
my ($conf, $arch) = @_;
return if $arch ne 'aarch64';