diff options
| author | Karl Heuer | 1994-09-20 05:18:53 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-09-20 05:18:53 +0000 |
| commit | 6d80dce9f9392c315f7819fe39fef63a7637e0d0 (patch) | |
| tree | 6c4a290290b6ce32e790fc80b5735082fc3a0aa3 /src | |
| parent | 40284d6b4783bfc14110bdc585802e2e4d897397 (diff) | |
| download | emacs-6d80dce9f9392c315f7819fe39fef63a7637e0d0.tar.gz emacs-6d80dce9f9392c315f7819fe39fef63a7637e0d0.zip | |
(VERTICAL_SCROLL_BAR_PIXEL_WIDTH): Deleted.
Diffstat (limited to 'src')
| -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 { | |||
| 518 | (SCROLL_BAR_UNPACK ((ptr)->x_window_low, (ptr)->x_window_high, (int) id)) | 518 | (SCROLL_BAR_UNPACK ((ptr)->x_window_low, (ptr)->x_window_high, (int) id)) |
| 519 | 519 | ||
| 520 | 520 | ||
| 521 | /* Return the outside pixel width for a vertical scroll bar on frame F. */ | ||
| 522 | #define VERTICAL_SCROLL_BAR_PIXEL_WIDTH(f) (2*FONT_WIDTH ((f)->display.x->font)) | ||
| 523 | |||
| 524 | /* Return the outside pixel height for a vertical scroll bar HEIGHT | 521 | /* Return the outside pixel height for a vertical scroll bar HEIGHT |
| 525 | rows high on frame F. */ | 522 | rows high on frame F. */ |
| 526 | #define VERTICAL_SCROLL_BAR_PIXEL_HEIGHT(f, height) \ | 523 | #define VERTICAL_SCROLL_BAR_PIXEL_HEIGHT(f, height) \ |