diff options
| author | Gerd Möllmann | 2024-10-05 18:55:18 +0200 |
|---|---|---|
| committer | Gerd Möllmann | 2024-10-05 18:55:18 +0200 |
| commit | beb5b77123619758c1def6b9f227fa7568516775 (patch) | |
| tree | 809e025df6a48b10f3022558f23840a8def6cbec /src/xfaces.c | |
| parent | 069ecc9c4c3709246a6ff50d09af418444d427c3 (diff) | |
| download | emacs-tty-child-frames.tar.gz emacs-tty-child-frames.zip | |
Preview from my branch on githubtty-child-frames
Diffstat (limited to 'src/xfaces.c')
| -rw-r--r-- | src/xfaces.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xfaces.c b/src/xfaces.c index e248279e9b7..fd321734d14 100644 --- a/src/xfaces.c +++ b/src/xfaces.c | |||
| @@ -696,7 +696,6 @@ void | |||
| 696 | free_frame_faces (struct frame *f) | 696 | free_frame_faces (struct frame *f) |
| 697 | { | 697 | { |
| 698 | struct face_cache *face_cache = FRAME_FACE_CACHE (f); | 698 | struct face_cache *face_cache = FRAME_FACE_CACHE (f); |
| 699 | |||
| 700 | if (face_cache) | 699 | if (face_cache) |
| 701 | { | 700 | { |
| 702 | free_face_cache (face_cache); | 701 | free_face_cache (face_cache); |