repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: cafe7a371051e019f3113a6b0e04467051ed0fef: path_to: revision_to:
commit cafe7a371051e019f3113a6b0e04467051ed0fef Author: Emanuele GiaquintaDate: Sat Dec 29 14:48:44 2007 +0000 Remove unused macro. diff --git a/src/scrollbar.h b/src/scrollbar.h
--- a/src/scrollbar.h
+++ b/src/scrollbar.h
@@ -39,7 +39,6 @@ typedef struct {
#define scrollbarrxvt_upButton(y) ((y) < scrollBar.beg)
#define scrollbarrxvt_dnButton(y) ((y) > scrollBar.end)
#define SCROLLRXVT_MINHEIGHT 10
-#define SCROLLXTERM_MINHEIGHT 10
#define scrollbar_minheight() (scrollBar.style == R_SB_NEXT \
? SCROLLNEXT_MINHEIGHT \
-----END OF PAGE-----