From: Karl Heuer Date: Tue, 20 Sep 1994 05:18:53 +0000 (+0000) Subject: (VERTICAL_SCROLL_BAR_PIXEL_WIDTH): Deleted. X-Git-Tag: emacs-19.34~6907 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6d80dce9f9392c315f7819fe39fef63a7637e0d0;p=emacs.git (VERTICAL_SCROLL_BAR_PIXEL_WIDTH): Deleted. --- diff --git a/src/xterm.h b/src/xterm.h index 280521a2e12..74d807a692d 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -518,9 +518,6 @@ struct scroll_bar { (SCROLL_BAR_UNPACK ((ptr)->x_window_low, (ptr)->x_window_high, (int) id)) -/* Return the outside pixel width for a vertical scroll bar on frame F. */ -#define VERTICAL_SCROLL_BAR_PIXEL_WIDTH(f) (2*FONT_WIDTH ((f)->display.x->font)) - /* Return the outside pixel height for a vertical scroll bar HEIGHT rows high on frame F. */ #define VERTICAL_SCROLL_BAR_PIXEL_HEIGHT(f, height) \