diff mbox

[2/6] input: remove unused mouse_handlers list

Message ID 1430153133-30988-3-git-send-email-cota@braap.org
State New
Headers show

Commit Message

Emilio Cota April 27, 2015, 4:45 p.m. UTC
Signed-off-by: Emilio G. Cota <cota@braap.org>
---
 ui/input-legacy.c | 2 --
 1 file changed, 2 deletions(-)

Comments

Gerd Hoffmann May 5, 2015, 10 a.m. UTC | #1
On Mo, 2015-04-27 at 12:45 -0400, Emilio G. Cota wrote:
> Signed-off-by: Emilio G. Cota <cota@braap.org>

Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
Michael Tokarev May 5, 2015, 10:22 a.m. UTC | #2
05.05.2015 13:00, Gerd Hoffmann wrote:
> On Mo, 2015-04-27 at 12:45 -0400, Emilio G. Cota wrote:
>> Signed-off-by: Emilio G. Cota <cota@braap.org>
> 
> Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>

Too late, it has already been applied to master…

/mjt
diff mbox

Patch

diff --git a/ui/input-legacy.c b/ui/input-legacy.c
index 2d4ca19..3e9bb38 100644
--- a/ui/input-legacy.c
+++ b/ui/input-legacy.c
@@ -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)
 {