diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2011-11-27 23:07:45 -0200 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2011-12-06 11:40:00 -0200 |
commit | 25e48c849a64d5ceb71814b4cd08e1341fa2e899 (patch) | |
tree | fff8174f4b21ea7d20e0f5457a4735af55886f44 /console.h | |
parent | 22e1bb9c15d932b44a2dc6fc4691ed22d5a1212f (diff) | |
download | hqemu-25e48c849a64d5ceb71814b4cd08e1341fa2e899.zip hqemu-25e48c849a64d5ceb71814b4cd08e1341fa2e899.tar.gz |
console: Drop unused prototypes
Commit e235cec3762d2aa20b548114ea7b172113690463 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>
Diffstat (limited to 'console.h')
-rw-r--r-- | console.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -74,8 +74,6 @@ struct MouseTransformInfo { 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); /* keysym is a unicode code except for special keys (see QEMU_KEY_xxx |