Remove useless initialization.
authorayin <ayin>
Mon, 18 Feb 2008 15:14:32 +0000 (15:14 +0000)
committerayin <ayin>
Mon, 18 Feb 2008 15:14:32 +0000 (15:14 +0000)
src/scrollbar.C

index a1443b8..8d03802 100644 (file)
@@ -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;