From: Richard M. Stallman Date: Thu, 13 Apr 1995 16:18:42 +0000 (+0000) Subject: [! HAVE_X_WINDOWS] (build_face): Deleted. X-Git-Tag: emacs-19.34~4442 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=58a752c5e2cfcdae81c761a8df3e9373acfc38b6;p=emacs.git [! HAVE_X_WINDOWS] (build_face): Deleted. --- 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)