aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Screen.c')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Screen.c11
1 files changed, 0 insertions, 11 deletions
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");