From 7bdfdee8fee4e2d14b6723570cf945e7124f9a76 Mon Sep 17 00:00:00 2001 From: ayin Date: Mon, 18 Feb 2008 15:14:32 +0000 Subject: [PATCH] Remove useless initialization. --- src/scrollbar.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scrollbar.C b/src/scrollbar.C index a1443b8a..8d03802b 100644 --- a/src/scrollbar.C +++ b/src/scrollbar.C @@ -108,7 +108,7 @@ rxvt_term::resize_scrollbar () int rxvt_term::scrollbar_show (int refresh) { - int ret = 0; + int ret; if (!scrollBar.state) return 0; -- 2.34.1