# HG changeset patch # User Gerd Moellmann # Date 975962607 0 # Node ID 772e00ca5861e547383ec01f24e556ce6fa5389f # Parent 19f062d8947252b38a5f67c4ec2014a9068c0d52 (PER_CHAR_METRIC): Removed because not used. diff -r 19f062d89472 -r 772e00ca5861 src/xterm.c --- a/src/xterm.c Mon Dec 04 20:25:59 2000 +0000 +++ b/src/xterm.c Mon Dec 04 20:43:27 2000 +0000 @@ -1139,19 +1139,6 @@ static void x_produce_image_glyph P_ ((struct it *it)); -/* Return a pointer to per-char metric information in FONT of a - character pointed by B which is a pointer to an XChar2b. */ - -#define PER_CHAR_METRIC(font, b) \ - ((font)->per_char \ - ? ((font)->per_char + (b)->byte2 - (font)->min_char_or_byte2 \ - + (((font)->min_byte1 || (font)->max_byte1) \ - ? (((b)->byte1 - (font)->min_byte1) \ - * ((font)->max_char_or_byte2 - (font)->min_char_or_byte2 + 1)) \ - : 0)) \ - : &((font)->max_bounds)) - - /* Get metrics of character CHAR2B in FONT. Value is null if CHAR2B is not contained in the font. */