diff options
author | Karl Heuer <kwzh@gnu.org> | 1994-09-20 05:18:53 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1994-09-20 05:18:53 +0000 |
commit | 16c175ed3a841fc2eafc24364cb469047edc4ba8 (patch) | |
tree | 63b9ca934d3b35b3511c021e39ed4e90c480ec0d /src/xterm.h | |
parent | bf1f6c1b4eb540e3d4bdd485dfbc8598f9c3340f (diff) | |
download | emacs-16c175ed3a841fc2eafc24364cb469047edc4ba8.tar.gz |
(VERTICAL_SCROLL_BAR_PIXEL_WIDTH): Deleted.
Diffstat (limited to 'src/xterm.h')
-rw-r--r-- | src/xterm.h | 3 |
1 files changed, 0 insertions, 3 deletions
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) \ |