From 58a752c5e2cfcdae81c761a8df3e9373acfc38b6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 13 Apr 1995 16:18:42 +0000 Subject: [PATCH] [! HAVE_X_WINDOWS] (build_face): Deleted. --- src/xfaces.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/xfaces.c b/src/xfaces.c index 545a928c16c..503f3b5a0b0 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -471,14 +471,6 @@ clear_face_cache () /* No action. */ } -static void -build_face (f, face) - struct frame *f; - struct face *face; -{ - face->gc = 1; -} - #ifdef MSDOS unsigned long load_color (f, name) -- 2.39.5