Not needed.

SVN revision: 1849
This commit is contained in:
Michael Jennings 2000-01-04 15:31:12 +00:00
parent 7830619d07
commit b2b525585d
1 changed files with 0 additions and 4 deletions

View File

@ -1581,10 +1581,6 @@ scr_expose(int x, int y, int width, int height)
XCopyArea(Xdisplay, images[image_bg].current->pmap->pixmap, buffer_pixmap, TermWin.gc, x, y, Width2Pixel(full_end.col - full_beg.col + 1),
Height2Pixel(full_end.row - full_beg.row + 1), x, y);
}
#ifdef USE_XIM
scr_refresh(FAST_REFRESH);
#endif
}
/* ------------------------------------------------------------------------- */