mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
vnc: kill leftover debug statement.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
24cf0a6e36
commit
8563d5b31d
1 changed files with 1 additions and 1 deletions
2
vnc.c
2
vnc.c
|
@ -683,7 +683,7 @@ static int find_and_clear_dirty_height(struct VncSurface *s,
|
|||
{
|
||||
int h;
|
||||
|
||||
for (h = 1; h < (s->ds->height - y) && h < 1; h++) {
|
||||
for (h = 1; h < (s->ds->height - y); h++) {
|
||||
int tmp_x;
|
||||
if (!vnc_get_bit(s->dirty[y + h], last_x))
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue