summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreviewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBPreviewController.h')
-rw-r--r--macosx/HBPreviewController.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/macosx/HBPreviewController.h b/macosx/HBPreviewController.h
index 9dd2ccf7f..866c2a45d 100644
--- a/macosx/HBPreviewController.h
+++ b/macosx/HBPreviewController.h
@@ -8,16 +8,9 @@
@class HBPreviewGenerator;
-@protocol HBPreviewControllerDelegate <NSObject>
-
-- (IBAction)showPicturePanel:(id)sender;
-
-@end
-
@interface HBPreviewController : NSWindowController <NSWindowDelegate>
-- (id)initWithDelegate:(id <HBPreviewControllerDelegate>)delegate;
-
@property (nonatomic, strong) HBPreviewGenerator *generator;
+@property (nonatomic, readwrite, unsafe_unretained) NSWindowController *pictureSettingsWindow;
@end