no deadlock

This commit is contained in:
Russ Cox 2005-11-07 17:36:34 +00:00
parent 537f761602
commit e03e9178e2
1 changed files with 0 additions and 2 deletions

View File

@ -110,7 +110,6 @@ scroll(void)
Point p;
Rectangle r;
drawqlock();
o = 8*h;
r = Rpt(window.min, Pt(window.max.x, window.max.y-o));
p = Pt(window.min.x, window.min.y+o);
@ -119,7 +118,6 @@ scroll(void)
memimagedraw(gscreen, r, back, ZP, nil, ZP, S);
flushmemscreen(gscreen->r);
curpos.y -= o;
drawqunlock();
}
static void