Mercurial > emacs
changeset 100428:f0702db6689a
(x_free_frame_resources): Remove extraneous call to free_frame_faces.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 15 Dec 2008 01:57:54 +0000 |
parents | e0aa0e328261 |
children | 7255d1413d64 |
files | src/xterm.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.c Mon Dec 15 01:57:40 2008 +0000 +++ b/src/xterm.c Mon Dec 15 01:57:54 2008 +0000 @@ -9528,9 +9528,6 @@ if (f->output_data.x->black_relief.allocated_p) unload_color (f, f->output_data.x->black_relief.pixel); - if (FRAME_FACE_CACHE (f)) - free_frame_faces (f); - x_free_gcs (f); XFlush (FRAME_X_DISPLAY (f)); }