From bea8019a082c910b050688104ffdf138286fe1dc Mon Sep 17 00:00:00 2001 From: Thiago Franco de Moraes Date: Thu, 18 Aug 2016 10:24:04 -0300 Subject: [PATCH] Remove commented code blocks --- invesalius/data/styles.py | 6 ------ 1 file changed, 0 insertions(+), 6 deletions(-) diff --git a/invesalius/data/styles.py b/invesalius/data/styles.py index e10dceb..288aa24 100644 --- a/invesalius/data/styles.py +++ b/invesalius/data/styles.py @@ -1824,12 +1824,6 @@ class FloodFillMaskInteractorStyle(DefaultInteractorStyle): mask = self.viewer.slice_.current_mask.matrix[1:, 1:, 1:] cp_mask = mask - # neighbor_iter = [] - # for i in xrange(-1, 2): - # for j in xrange(-1, 2): - # for k in xrange(-1, 2): - # neighbor_iter.append((i, j, k)) - if iren.GetControlKey(): t0 = 254 t1 = 255 -- libgit2 0.21.2