aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-04-13 16:18:42 +0000
committerRichard M. Stallman1995-04-13 16:18:42 +0000
commit58a752c5e2cfcdae81c761a8df3e9373acfc38b6 (patch)
treef6a0ed48ee183876600ded2b763502e166e1d00e /src
parent63525228467c28170396999d7e7b4bf1f0069942 (diff)
downloademacs-58a752c5e2cfcdae81c761a8df3e9373acfc38b6.tar.gz
emacs-58a752c5e2cfcdae81c761a8df3e9373acfc38b6.zip
[! HAVE_X_WINDOWS] (build_face): Deleted.
Diffstat (limited to 'src')
-rw-r--r--src/xfaces.c8
1 files changed, 0 insertions, 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 ()
471 /* No action. */ 471 /* No action. */
472} 472}
473 473
474static void
475build_face (f, face)
476 struct frame *f;
477 struct face *face;
478{
479 face->gc = 1;
480}
481
482#ifdef MSDOS 474#ifdef MSDOS
483unsigned long 475unsigned long
484load_color (f, name) 476load_color (f, name)