diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 3 |
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 | } |