From 283d06e3c25d0f5f86e3727d23c2b6f72a259c83 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Mon, 20 Jun 2011 00:20:19 +0200 Subject: Remove a useless refresh (that would make things a little slower) --- src/core.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/core.py b/src/core.py index 22398ac4..043a0c44 100644 --- a/src/core.py +++ b/src/core.py @@ -215,7 +215,6 @@ class Core(object): def grow_information_win(self, nb=1): if self.information_win_size == 14: - self.refresh_window() return self.information_win_size += nb if self.information_win_size > 14: -- cgit v1.2.3