diff options
author | Dmitry Antipov <dmantipov@yandex.ru> | 2013-09-15 11:28:38 +0400 |
---|---|---|
committer | Dmitry Antipov <dmantipov@yandex.ru> | 2013-09-15 11:28:38 +0400 |
commit | 901049a6611e92b539e5fd2d661a9f0558a281dd (patch) | |
tree | 1747d61c0581eaadaf2bdcd4e180a098863751ab /src/w32term.h | |
parent | c7cc32f7ab5a5a0b4037cb17b84b396fd079747b (diff) |
* xterm.h (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET) [USE_X_TOOLKIT]:
Define as such.
* w32term.h (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
Remove unused Xisms.
Diffstat (limited to 'src/w32term.h')
-rw-r--r-- | src/w32term.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/w32term.h b/src/w32term.h index 9c7134ddf1..6a49753a70 100644 --- a/src/w32term.h +++ b/src/w32term.h @@ -473,14 +473,6 @@ struct scroll_bar { #define SET_SCROLL_BAR_W32_WINDOW(ptr, id) \ (SCROLL_BAR_UNPACK ((ptr)->w32_window_low, (ptr)->w32_window_high, (intptr_t) id)) -/* Extract the X widget of the scroll bar from a struct scroll_bar. */ -#define SCROLL_BAR_X_WIDGET(ptr) \ - ((Widget) SCROLL_BAR_PACK ((ptr)->x_widget_low, (ptr)->x_widget_high)) - -/* Store a widget id in a struct scroll_bar. */ -#define SET_SCROLL_BAR_X_WIDGET(ptr, w) \ - (SCROLL_BAR_UNPACK ((ptr)->x_widget_low, (ptr)->x_widget_high, (int) w)) - /* Return the inside width of a vertical scroll bar, given the outside width. */ #define VERTICAL_SCROLL_BAR_INSIDE_WIDTH(f,width) \ |