repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 88d0ab1d0bb1e5ece517e8ad7c912ed20119d80e: path_to: revision_to:
commit 88d0ab1d0bb1e5ece517e8ad7c912ed20119d80e Author: Emanuele GiaquintaDate: Fri Aug 26 08:20:43 2011 +0000 Simplify. diff --git a/src/scrollbar.C b/src/scrollbar.C
--- a/src/scrollbar.C
+++ b/src/scrollbar.C
@@ -142,9 +142,7 @@ void
scrollBar_t::setup (rxvt_term *term)
{
int i;
- short width;
const char *scrollalign, *scrollstyle, *thickness;
- enum sb_style style;
this->term = term;
scrollalign = term->rs[Rs_scrollBar_align];
@@ -199,9 +197,6 @@ scrollBar_t::setup (rxvt_term *term)
shadow = SHADOW_WIDTH;
# endif
- this->style = style;
- this->width = width;
-
/* align = R_SB_ALIGN_CENTRE; */
if (scrollalign)
{
-----END OF PAGE-----