diff options
author | ritsuka <[email protected]> | 2014-12-21 06:34:10 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2014-12-21 06:34:10 +0000 |
commit | 01b16be689edd6ade8a348466a9cb362b0d3a949 (patch) | |
tree | 79e629a396e7cf62f5c7f80a7b59f84c2166003d /macosx/Controller.h | |
parent | b4a65e7027fc060c8df9deae30a2a3ab460be520 (diff) |
MacGui: use HBJob when possible.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6633 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r-- | macosx/Controller.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h index 77b66c0e3..41cd121c4 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -7,8 +7,6 @@ #import <Cocoa/Cocoa.h> #import <Growl/Growl.h> -#include "hb.h" - #import "PictureController.h" #import "HBPreviewController.h" @@ -24,8 +22,6 @@ extern NSString *HBContainerChangedNotification; extern NSString *keyContainerTag; -extern NSString *HBTitleChangedNotification; -extern NSString *keyTitleTag; @class HBOutputPanelController; @class HBPresetsViewController; @@ -148,7 +144,6 @@ extern NSString *keyTitleTag; /* Queue variables */ int hbInstanceNum; //stores the number of HandBrake instances currently running - hb_title_t * fTitle; int fPendingCount; // Number of various kinds of job groups in fJobGroups. int fWorkingCount; @@ -159,10 +154,7 @@ extern NSString *keyTitleTag; /* integer to set to determine the previous state of encode 0==idle, 1==encoding, 2==cancelled*/ int fEncodeState; - BOOL SuccessfulScan; - BOOL titleLoaded; BOOL applyQueueToScan; - NSString * currentSource; NSString * browsedSourceDisplayName; /* Dock progress variables */ |