From fbecb49f467627d4c4d0ef17028de8a7ae79d0f4 Mon Sep 17 00:00:00 2001 From: sungmin ha Date: Tue, 21 May 2013 17:49:05 +0900 Subject: [PATCH] virtio-keyboard: erase unused variable Signed-off-by: Sungmin Ha --- package/changelog | 3 +++ package/pkginfo.manifest | 2 +- tizen/src/hw/maru_virtio_keyboard.c | 1 - 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/package/changelog b/package/changelog index fa9bcfd..de4a3f9 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 1.5.41 +- erase unused variable in virtio-keyboard +== Sungmin Ha 2013-05-21 * 1.5.38 - modified process of using virtio keyboard queue and added key release event when context menu is activated == Sungmin Ha 2013-05-14 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 6a38e34..d8d83b4 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version: 1.5.40 +Version: 1.5.41 Maintainer: Yeong-Kyoon Lee Source: emulator diff --git a/tizen/src/hw/maru_virtio_keyboard.c b/tizen/src/hw/maru_virtio_keyboard.c index 9c36770..98d017b 100644 --- a/tizen/src/hw/maru_virtio_keyboard.c +++ b/tizen/src/hw/maru_virtio_keyboard.c @@ -58,7 +58,6 @@ void virtio_keyboard_notify(void *opaque) { VirtIOKeyboard *vkbd = (VirtIOKeyboard *)opaque; EmulKbdEvent *kbdevt; - int index = 0; int written_cnt = 0; if (!vkbd) { -- 2.7.4