diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-04-13 16:18:42 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-04-13 16:18:42 +0000 |
commit | 58a752c5e2cfcdae81c761a8df3e9373acfc38b6 (patch) | |
tree | f6a0ed48ee183876600ded2b763502e166e1d00e /src | |
parent | 63525228467c28170396999d7e7b4bf1f0069942 (diff) | |
download | emacs-58a752c5e2cfcdae81c761a8df3e9373acfc38b6.tar.gz |
[! HAVE_X_WINDOWS] (build_face): Deleted.
Diffstat (limited to 'src')
-rw-r--r-- | src/xfaces.c | 8 |
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 () /* 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) |