From cbc9f831cb2165a16075987c2c8698e58e9f7090 Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Wed, 23 Oct 2019 21:11:43 +0200 Subject: Drop unused placeholder code --- nx-X11/programs/Xserver/hw/nxagent/Screen.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'nx-X11/programs/Xserver/hw/nxagent/Screen.c') diff --git a/nx-X11/programs/Xserver/hw/nxagent/Screen.c b/nx-X11/programs/Xserver/hw/nxagent/Screen.c index 2b1146496..26fd701a3 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Screen.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Screen.c @@ -1453,17 +1453,6 @@ Bool nxagentOpenScreen(ScreenPtr pScreen, nxagentInitSplitResources(); nxagentInitUnpackResources(); - /* - * Initializing the pixmaps that will serve as - * "placeholders" in lazy encoding. We need one - * pixmap for each depth. - */ - - for (int i = 0; i < numDepths; i++) - { - nxagentMarkPlaceholderNotLoaded(i); - } - #ifdef WATCH fprintf(stderr, "nxagentOpenScreen: Watchpoint 7.\n"); -- cgit v1.2.3