diff options
author | ritsuka <[email protected]> | 2015-01-20 07:59:31 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2015-01-20 07:59:31 +0000 |
commit | 6f9fd9e0d521d9f74d9a76cd2de48d9d71383d35 (patch) | |
tree | f6519ee2e02c37938528045cb117a057101af925 /macosx/HBCore.h | |
parent | 9f4bbdbbd67e4365466fa6b98453dd0de8983098 (diff) |
MacGui: remove the public hb_state property in HBCore, fix a bug in HBVideo and change some strings in the queue job's description.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6777 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBCore.h')
-rw-r--r-- | macosx/HBCore.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/macosx/HBCore.h b/macosx/HBCore.h index 94bdfe05a..8a417af9a 100644 --- a/macosx/HBCore.h +++ b/macosx/HBCore.h @@ -61,11 +61,6 @@ typedef void (^HBCoreCompletationHandler)(BOOL success); @property (nonatomic, readonly) HBState state; /** - * Pointer to a hb_state_s struct containing the detailed state information of libhb. - */ -@property (nonatomic, readonly) hb_state_t *hb_state; - -/** * Pointer to a libhb handle used by this HBCore instance. */ @property (nonatomic, readonly) hb_handle_t *hb_handle; |