diff options
| -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) \ |