mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-28 04:43:54 -06:00
console: Drop unused prototypes
Commit e235cec376
converted the query-mice
command to the QAPI but forgot to remove two prototypes used by the old
QAPI. Drop them.
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
parent
22e1bb9c15
commit
25e48c849a
1 changed files with 0 additions and 2 deletions
|
@ -74,8 +74,6 @@ struct MouseTransformInfo {
|
||||||
int a[7];
|
int a[7];
|
||||||
};
|
};
|
||||||
|
|
||||||
void do_info_mice_print(Monitor *mon, const QObject *data);
|
|
||||||
void do_info_mice(Monitor *mon, QObject **ret_data);
|
|
||||||
void do_mouse_set(Monitor *mon, const QDict *qdict);
|
void do_mouse_set(Monitor *mon, const QDict *qdict);
|
||||||
|
|
||||||
/* keysym is a unicode code except for special keys (see QEMU_KEY_xxx
|
/* keysym is a unicode code except for special keys (see QEMU_KEY_xxx
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue