diff --git a/src/xinit.c b/src/xinit.c index b19daa3c..c9fd799e 100644 --- a/src/xinit.c +++ b/src/xinit.c @@ -894,7 +894,6 @@ void preview_window(const char *what, const char *tk_win_path, const char *filen resetwin(1, 1, 0); /* handle resize. resetwin(create_pixmap, clear_pixmap, force) */ zoom_full(1, 0); /* draw */ xctx = save_xctx; - XSetTile(display,gctiled, xctx->save_pixmap); } else if(!strcmp(what, "destroy")) { dbg(1, "preview_window() destroy\n");