qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 02/16] console: Drop unused prototypes


From: Luiz Capitulino
Subject: [Qemu-devel] [PATCH 02/16] console: Drop unused prototypes
Date: Mon, 28 Nov 2011 16:11:11 -0200

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 <address@hidden>
---
 console.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/console.h b/console.h
index 6ac4ed3..9466886 100644
--- a/console.h
+++ b/console.h
@@ -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
-- 
1.7.8.rc3.31.g017d1.dirty




reply via email to

[Prev in Thread] Current Thread [Next in Thread]