Remove call to finalize

This commit is contained in:
Nathan Kinsinger
2010-06-20 14:34:52 -06:00
parent 693a23d545
commit e4f6f960c7
+1 -2
View File
@@ -64,10 +64,9 @@
[unstagedFilesController setAutomaticallyRearrangesObjects:NO];
}
- (void) removeView
- (void)removeView
{
[webController closeView];
[super finalize];
}
- (NSResponder *)firstResponder;