[Title] remove comment
authorgiwoong.kim <giwoong.kim@samsung.com>
Thu, 15 Mar 2012 03:34:40 +0000 (12:34 +0900)
committergiwoong.kim <giwoong.kim@samsung.com>
Thu, 15 Mar 2012 03:34:40 +0000 (12:34 +0900)
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

tizen/src/hw/maru_vga.c
tizen/src/skin/maruskin_client.c

index 7fbdb41..1ef59ac 100644 (file)
@@ -901,7 +901,6 @@ static void vga_draw_graphic(VGACommonState *s, int full_update)
         vga_sync_dirty_bitmap(s);
 
     s->get_resolution(s, &width, &height);
-    set_emul_info_resolution(width, height);
 
     disp_width = width;
 
index 46c1d60..5a2c19e 100644 (file)
@@ -30,7 +30,6 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <pthread.h>
 #include <string.h>
 #include <unistd.h>
 #include "maruskin_client.h"