aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2008-12-15 01:57:54 +0000
committerChong Yidong2008-12-15 01:57:54 +0000
commit75f23946ee80c2e25a2a0fa8a0b93c12a699d052 (patch)
tree2641948b2f878245b4ee16ee2034a251dc68038c /src
parent5c629bf654b2d1c137f1e503b9a58cd75af9199b (diff)
downloademacs-75f23946ee80c2e25a2a0fa8a0b93c12a699d052.tar.gz
emacs-75f23946ee80c2e25a2a0fa8a0b93c12a699d052.zip
(x_free_frame_resources): Remove extraneous call to free_frame_faces.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/xterm.c b/src/xterm.c
index c47bd5026f7..505100c6488 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -9528,9 +9528,6 @@ x_free_frame_resources (f)
9528 if (f->output_data.x->black_relief.allocated_p) 9528 if (f->output_data.x->black_relief.allocated_p)
9529 unload_color (f, f->output_data.x->black_relief.pixel); 9529 unload_color (f, f->output_data.x->black_relief.pixel);
9530 9530
9531 if (FRAME_FACE_CACHE (f))
9532 free_frame_faces (f);
9533
9534 x_free_gcs (f); 9531 x_free_gcs (f);
9535 XFlush (FRAME_X_DISPLAY (f)); 9532 XFlush (FRAME_X_DISPLAY (f));
9536 } 9533 }