summaryrefslogtreecommitdiffstats
path: root/macosx/HBCore.h
diff options
context:
space:
mode:
authorritsuka <[email protected]>2015-01-20 07:59:31 +0000
committerritsuka <[email protected]>2015-01-20 07:59:31 +0000
commit6f9fd9e0d521d9f74d9a76cd2de48d9d71383d35 (patch)
treef6519ee2e02c37938528045cb117a057101af925 /macosx/HBCore.h
parent9f4bbdbbd67e4365466fa6b98453dd0de8983098 (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.h5
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;