summaryrefslogtreecommitdiffstats
path: root/macosx/HBPictureViewController.h
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2017-09-07 09:40:50 +0200
committerDamiano Galassi <[email protected]>2017-09-07 09:40:50 +0200
commit8233cd0924cc8beb153f22e4037e279cc0482bb9 (patch)
treef5f946d43b6c6698961862424d84423973a8a841 /macosx/HBPictureViewController.h
parentc5602f5988419b943b867b5d469451c59844b229 (diff)
MacGui: move the filters to a separate tab.
Diffstat (limited to 'macosx/HBPictureViewController.h')
-rw-r--r--macosx/HBPictureViewController.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/macosx/HBPictureViewController.h b/macosx/HBPictureViewController.h
index 3b92615ca..13802e803 100644
--- a/macosx/HBPictureViewController.h
+++ b/macosx/HBPictureViewController.h
@@ -7,11 +7,9 @@
#import <Cocoa/Cocoa.h>
@class HBPicture;
-@class HBFilters;
@interface HBPictureViewController : NSViewController
@property (nonatomic, readwrite, weak) HBPicture *picture;
-@property (nonatomic, readwrite, weak) HBFilters *filters;
@end