diff options
| author | Jim Blandy | 1992-10-19 18:36:13 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-10-19 18:36:13 +0000 |
| commit | 3b0182e33a9cb2eb72e69e6b52e745f055a9814e (patch) | |
| tree | c1c65e187531855e27559720fade4a2f874af1b7 /src | |
| parent | 774910ebd754979b3e09ea339064733e4372370f (diff) | |
| download | emacs-3b0182e33a9cb2eb72e69e6b52e745f055a9814e.tar.gz emacs-3b0182e33a9cb2eb72e69e6b52e745f055a9814e.zip | |
Same. * xfns.c (x_set_face): Dyked out this function; it has no callers,
and refers to an obsolete version of struct face.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xfns.c b/src/xfns.c index 65ffeb524f7..cca8ac8449b 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -1287,6 +1287,9 @@ x_set_autolower (f, arg, oldval) | |||
| 1287 | #ifdef HAVE_X11 | 1287 | #ifdef HAVE_X11 |
| 1288 | int n_faces; | 1288 | int n_faces; |
| 1289 | 1289 | ||
| 1290 | #if 0 | ||
| 1291 | /* I believe this function is obsolete with respect to the new face display | ||
| 1292 | changes. */ | ||
| 1290 | x_set_face (scr, font, background, foreground, stipple) | 1293 | x_set_face (scr, font, background, foreground, stipple) |
| 1291 | struct frame *scr; | 1294 | struct frame *scr; |
| 1292 | XFontStruct *font; | 1295 | XFontStruct *font; |
| @@ -1338,6 +1341,7 @@ x_set_face (scr, font, background, foreground, stipple) | |||
| 1338 | x_face_table[++n_faces] = new_face; | 1341 | x_face_table[++n_faces] = new_face; |
| 1339 | return 1; | 1342 | return 1; |
| 1340 | } | 1343 | } |
| 1344 | #endif | ||
| 1341 | 1345 | ||
| 1342 | x_set_glyph (scr, glyph) | 1346 | x_set_glyph (scr, glyph) |
| 1343 | { | 1347 | { |