summaryrefslogtreecommitdiff
path: root/src/nsterm.m
diff options
context:
space:
mode:
Diffstat (limited to 'src/nsterm.m')
-rw-r--r--src/nsterm.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nsterm.m b/src/nsterm.m
index b0067d85eae..5b48ff2cee6 100644
--- a/src/nsterm.m
+++ b/src/nsterm.m
@@ -3975,7 +3975,6 @@ ns_initialize_display_info (struct ns_display_info *dpyinfo)
&& ![NSCalibratedWhiteColorSpace isEqualToString:
NSColorSpaceFromDepth (depth)];
dpyinfo->n_planes = NSBitsPerPixelFromDepth (depth);
- dpyinfo->image_cache = make_image_cache ();
dpyinfo->color_table = xmalloc (sizeof *dpyinfo->color_table);
dpyinfo->color_table->colors = NULL;
dpyinfo->root_window = 42; /* a placeholder.. */