aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1995-04-13 16:18:42 +0000
committerRichard M. Stallman <[email protected]>1995-04-13 16:18:42 +0000
commit58a752c5e2cfcdae81c761a8df3e9373acfc38b6 (patch)
treef6a0ed48ee183876600ded2b763502e166e1d00e /src
parent63525228467c28170396999d7e7b4bf1f0069942 (diff)
[! 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 545a928c16..503f3b5a0b 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)