]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_free_frame_resources): Remove extraneous call to free_frame_faces.
authorChong Yidong <cyd@stupidchicken.com>
Mon, 15 Dec 2008 01:57:54 +0000 (01:57 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 15 Dec 2008 01:57:54 +0000 (01:57 +0000)
src/xterm.c

index c47bd5026f7c42f8f8883dd3400b4df1f89b9aef..505100c6488435559e42df7f322ab05db15c104e 100644 (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));
     }