mirror of https://gitee.com/openkylin/qemu.git
input: remove unused mouse_handlers list
Signed-off-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
c28e399cad
commit
dfbf272b77
|
@ -57,8 +57,6 @@ struct QEMUPutLEDEntry {
|
|||
|
||||
static QTAILQ_HEAD(, QEMUPutLEDEntry) led_handlers =
|
||||
QTAILQ_HEAD_INITIALIZER(led_handlers);
|
||||
static QTAILQ_HEAD(, QEMUPutMouseEntry) mouse_handlers =
|
||||
QTAILQ_HEAD_INITIALIZER(mouse_handlers);
|
||||
|
||||
int index_from_key(const char *key)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue