diff options
author | ritsuka <[email protected]> | 2015-02-20 07:59:38 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2015-02-20 07:59:38 +0000 |
commit | 214fed29cdc153d4c0581bc0516b258a108cef22 (patch) | |
tree | 105b8454670e28f33a721a4d0b328dc2565a2446 /macosx/HBQueueController.h | |
parent | fea0f7fa7473a10e56d6da95f47e03ba44ad2c35 (diff) |
MacGui: refactor the stderr/stdout redirect code to be more modular.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6927 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBQueueController.h')
-rw-r--r-- | macosx/HBQueueController.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/HBQueueController.h b/macosx/HBQueueController.h index 0a48dff66..0e00267b9 100644 --- a/macosx/HBQueueController.h +++ b/macosx/HBQueueController.h @@ -20,7 +20,6 @@ @property (nonatomic, assign) HBController *controller; @property (nonatomic, assign) HBAppDelegate *delegate; -@property (nonatomic, assign) HBOutputPanelController *outputPanel; @property (nonatomic, readonly) NSUInteger count; @property (nonatomic, readonly) NSUInteger pendingItemsCount; |