Unused variable
This commit is contained in:
@@ -30,7 +30,6 @@ class SpreadBox(hippo.CanvasBox, hippo.CanvasItem):
|
|||||||
hippo.CanvasBox.__init__(self, **kwargs)
|
hippo.CanvasBox.__init__(self, **kwargs)
|
||||||
|
|
||||||
self._items_to_position = []
|
self._items_to_position = []
|
||||||
self._spread_on_add = False
|
|
||||||
self._stable = False
|
self._stable = False
|
||||||
|
|
||||||
def add_item(self, item):
|
def add_item(self, item):
|
||||||
|
|||||||
Reference in New Issue
Block a user