diff options
author | ritsuka <[email protected]> | 2014-12-27 12:29:00 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2014-12-27 12:29:00 +0000 |
commit | 7f6ec5084e21a88d662fa453be6186724658bc9b (patch) | |
tree | 58f56dd5274c218b7d22b7f9a6152aef6ece94df /macosx/HBSubtitlesController.h | |
parent | 25d0cf9b7f554c3899ce0173f5a29a6092ad7cd7 (diff) |
MacGui: remove redundant "enabled" property in a few view controller. Cosmetics in HBController.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6660 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBSubtitlesController.h')
-rw-r--r-- | macosx/HBSubtitlesController.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/macosx/HBSubtitlesController.h b/macosx/HBSubtitlesController.h index 56fc0dcb8..1d681349e 100644 --- a/macosx/HBSubtitlesController.h +++ b/macosx/HBSubtitlesController.h @@ -5,7 +5,6 @@ It may be used under the terms of the GNU General Public License. */ #import <Cocoa/Cocoa.h> -#import "HBViewValidation.h" extern NSString *keySubTrackName; extern NSString *keySubTrackIndex; @@ -27,7 +26,7 @@ extern NSString *keySubTrackSrtCharCode; * HBSubtitlesController * Responds to HBContainerChangedNotification. */ -@interface HBSubtitlesController : NSViewController <HBViewValidation> +@interface HBSubtitlesController : NSViewController - (void)applySettingsFromPreset:(NSDictionary *)preset; |