Commit bea8019a082c910b050688104ffdf138286fe1dc

Authored by Thiago Franco de Moraes
1 parent bdc81aa6
Exists in ff_mask

Remove commented code blocks

Showing 1 changed file with 0 additions and 6 deletions   Show diff stats
invesalius/data/styles.py
... ... @@ -1824,12 +1824,6 @@ class FloodFillMaskInteractorStyle(DefaultInteractorStyle):
1824 1824 mask = self.viewer.slice_.current_mask.matrix[1:, 1:, 1:]
1825 1825 cp_mask = mask
1826 1826  
1827   - # neighbor_iter = []
1828   - # for i in xrange(-1, 2):
1829   - # for j in xrange(-1, 2):
1830   - # for k in xrange(-1, 2):
1831   - # neighbor_iter.append((i, j, k))
1832   -
1833 1827 if iren.GetControlKey():
1834 1828 t0 = 254
1835 1829 t1 = 255
... ...