diff options
author | ritsuka <[email protected]> | 2014-10-30 19:37:50 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2014-10-30 19:37:50 +0000 |
commit | e01093fa14bfe568cff46583b2da581a0afb0bb9 (patch) | |
tree | 3d3be1cc7082b27e157859f94902000546c9ca99 /macosx/HBSubtitlesDefaultsController.h | |
parent | 7fd3494667e29925340f9fc5c48a4c6ae0ef76bb (diff) |
MacGui: fixed some warnings.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6486 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBSubtitlesDefaultsController.h')
-rw-r--r-- | macosx/HBSubtitlesDefaultsController.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/macosx/HBSubtitlesDefaultsController.h b/macosx/HBSubtitlesDefaultsController.h index 4f7c3c8bd..379c35aed 100644 --- a/macosx/HBSubtitlesDefaultsController.h +++ b/macosx/HBSubtitlesDefaultsController.h @@ -12,6 +12,4 @@ - (instancetype)initWithSettings:(HBSubtitlesDefaults *)settings; -@property (nonatomic, readwrite, assign) id delegate; - @end |