2008-01-05 Gary Burton <gary.burton@zen.co.uk>

* src/plugins/Verify.py: Remove a line of redundant code added yesterday.



svn: r9710
This commit is contained in:
Gary Burton
2008-01-05 09:58:45 +00:00
parent e226c06de6
commit eb0d33414c
2 changed files with 3 additions and 1 deletions

View File

@@ -583,7 +583,6 @@ class VerifyResults(ManagedWindow):
return new_ignores
def close(self,*obj):
self.vr = None
new_ignores = self.get_new_marking()
self.save_ignored(new_ignores)