From a51f34ab04805a8ab58a4296ee9ec547057fa68e Mon Sep 17 00:00:00 2001 From: Wiktor Niesiobedzki Date: Mon, 21 Jan 2013 15:53:41 +0100 Subject: [PATCH] Remove secondary_box - not used in code --- pygal/graph/base.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pygal/graph/base.py b/pygal/graph/base.py index ff38171..38ef0b1 100644 --- a/pygal/graph/base.py +++ b/pygal/graph/base.py @@ -48,7 +48,6 @@ class BaseGraph(object): self.nodes = {} self.margin = Margin(*([20] * 4)) self._box = Box() - self._secondary_box = Box() self.view = None if self.logarithmic and self.zero == 0: # Explicit min to avoid interpolation dependency