From: Gerd Moellmann Date: Mon, 4 Dec 2000 20:43:27 +0000 (+0000) Subject: (PER_CHAR_METRIC): Removed because not used. X-Git-Tag: emacs-pretest-21.0.93~231 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d895297e8bc1cae818e26279df19473c61f2a84f;p=emacs.git (PER_CHAR_METRIC): Removed because not used. --- diff --git a/src/xterm.c b/src/xterm.c index 9158cdd1761..5f6e5e7b018 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -1139,19 +1139,6 @@ static void x_produce_glyphs P_ ((struct it *)); 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. */