diff options
Diffstat (limited to 'macosx/HBPictureController.h')
-rw-r--r-- | macosx/HBPictureController.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/macosx/HBPictureController.h b/macosx/HBPictureController.h deleted file mode 100644 index 2f03cf68a..000000000 --- a/macosx/HBPictureController.h +++ /dev/null @@ -1,21 +0,0 @@ -/* $Id: PictureController.h,v 1.6 2005/04/14 20:40:05 titer Exp $ - - This file is part of the HandBrake source code. - Homepage: <http://handbrake.fr/>. - It may be used under the terms of the GNU General Public License. */ - -#import <Cocoa/Cocoa.h> - -@class HBPicture; - -NS_ASSUME_NONNULL_BEGIN - -@interface HBPictureController : NSWindowController <NSWindowDelegate> - -@property (nonatomic, readwrite, strong) HBPicture *picture; -@property (nonatomic, readwrite, assign) NSWindowController *previewController; - -@end - -NS_ASSUME_NONNULL_END - |