From: ayin Date: Mon, 18 Feb 2008 15:14:32 +0000 (+0000) Subject: Remove useless initialization. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=7bdfdee8fee4e2d14b6723570cf945e7124f9a76;p=dana%2Furxvt.git Remove useless initialization. --- 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;