1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-20 10:23:57 +00:00

(x_free_frame_resources): Remove extraneous call to free_frame_faces.

This commit is contained in:
Chong Yidong 2008-12-15 01:57:54 +00:00
parent 5c629bf654
commit 75f23946ee

View File

@ -9528,9 +9528,6 @@ x_free_frame_resources (f)
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));
}