Commit dcd9eb40b0b57e404e56ac05ccd1b7d030fae746

Authored by rmatsuda
1 parent 4b9df457
Exists in master

FIX: No need to remove the icp matrix

Showing 1 changed file with 0 additions and 3 deletions   Show diff stats
invesalius/gui/task_navigator.py
@@ -690,9 +690,6 @@ class NeuronavigationPanel(wx.Panel): @@ -690,9 +690,6 @@ class NeuronavigationPanel(wx.Panel):
690 self.checkicp.Enable(True) 690 self.checkicp.Enable(True)
691 self.checkicp.SetValue(True) 691 self.checkicp.SetValue(True)
692 self.icp = True 692 self.icp = True
693 - else:  
694 - self.m_icp = None  
695 - self.icp = False  
696 693
697 return self.m_icp 694 return self.m_icp
698 695