diff options
author | ritsuka <[email protected]> | 2014-08-08 05:55:01 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2014-08-08 05:55:01 +0000 |
commit | db1f5d0437e228cd6ff0b87c8e1d18f40e5cf648 (patch) | |
tree | 1a226b9ac124dba26fea73dc7ac4726cd65bd4c5 /macosx/Controller.h | |
parent | 1d7ed1a09e7796b672175d50bc8491b29c22ad96 (diff) |
MacGui: removed a old check on the scan count from the era when the MacGui used a single libhb instance to encode and scan, and fixed a bug it was hiding: spurious calls to hb_get_state outside the updateUI loop were masking the HB_STATE_WORKDONE and HB_STATE_SCANDONE states, replaced them with hb_get_state2.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6274 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r-- | macosx/Controller.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h index 037671f14..8d8c14df3 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -183,8 +183,6 @@ extern NSString *keyTitleTag; /* integer to set to determine the previous state of encode 0==idle, 1==encoding, 2==cancelled*/ int fEncodeState; - int currentScanCount; - int currentSuccessfulScanCount; BOOL SuccessfulScan; BOOL applyQueueToScan; NSString * currentSource; |