diff options
Diffstat (limited to 'macosx/HBPictureController.m')
-rw-r--r-- | macosx/HBPictureController.m | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/macosx/HBPictureController.m b/macosx/HBPictureController.m index ff69f2dde..73c09f1e2 100644 --- a/macosx/HBPictureController.m +++ b/macosx/HBPictureController.m @@ -81,11 +81,6 @@ static void *HBPictureControllerContext = &HBPictureControllerContext; } } @catch (NSException * __unused exception) {} - - self.filters = nil; - self.picture = nil; - - [super dealloc]; } - (void)windowDidLoad |