diff options
Diffstat (limited to 'macosx/HBPreviewController.m')
-rw-r--r-- | macosx/HBPreviewController.m | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/macosx/HBPreviewController.m b/macosx/HBPreviewController.m index 1313682c7..ef42b961e 100644 --- a/macosx/HBPreviewController.m +++ b/macosx/HBPreviewController.m @@ -247,9 +247,6 @@ typedef enum ViewMode : NSUInteger { { if (self.generator) { - // Purge the existing picture previews so they get recreated the next time - // they are needed. - [self.generator purgeImageCache]; [self switchViewToMode:ViewModePicturePreview]; [self displayPreview]; } |