From b2b525585d5995f4e68e6f650bd52e38316e3183 Mon Sep 17 00:00:00 2001 From: Michael Jennings Date: Tue, 4 Jan 2000 15:31:12 +0000 Subject: [PATCH] Not needed. SVN revision: 1849 --- src/screen.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/screen.c b/src/screen.c index d0c4d07..fc1715e 100644 --- a/src/screen.c +++ b/src/screen.c @@ -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 } /* ------------------------------------------------------------------------- */