diff options
| author | Dmitry Antipov | 2013-10-15 06:45:03 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-10-15 06:45:03 +0400 |
| commit | 47c4d1e97eaecc0a3d7bdb2114ef3b92fa3e5e01 (patch) | |
| tree | c666977e5643e6f6d501dba34c17632681c29c46 /src/nsterm.m | |
| parent | 1bd9995dc0e971d289f829316fe778391c43b943 (diff) | |
| download | emacs-47c4d1e97eaecc0a3d7bdb2114ef3b92fa3e5e01.tar.gz emacs-47c4d1e97eaecc0a3d7bdb2114ef3b92fa3e5e01.zip | |
* nsterm.h (struct ns_display_info): Remove set-but-unused
member image_cache (image caches are per-terminal anyway).
(FRAME_X_IMAGE_CACHE): Remove.
* nsterm.m (ns_initialize_display_info): Adjust user.
Diffstat (limited to 'src/nsterm.m')
| -rw-r--r-- | src/nsterm.m | 1 |
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) | |||
| 3975 | && ![NSCalibratedWhiteColorSpace isEqualToString: | 3975 | && ![NSCalibratedWhiteColorSpace isEqualToString: |
| 3976 | NSColorSpaceFromDepth (depth)]; | 3976 | NSColorSpaceFromDepth (depth)]; |
| 3977 | dpyinfo->n_planes = NSBitsPerPixelFromDepth (depth); | 3977 | dpyinfo->n_planes = NSBitsPerPixelFromDepth (depth); |
| 3978 | dpyinfo->image_cache = make_image_cache (); | ||
| 3979 | dpyinfo->color_table = xmalloc (sizeof *dpyinfo->color_table); | 3978 | dpyinfo->color_table = xmalloc (sizeof *dpyinfo->color_table); |
| 3980 | dpyinfo->color_table->colors = NULL; | 3979 | dpyinfo->color_table->colors = NULL; |
| 3981 | dpyinfo->root_window = 42; /* a placeholder.. */ | 3980 | dpyinfo->root_window = 42; /* a placeholder.. */ |