diff options
author | jstebbins <[email protected]> | 2014-12-22 17:07:28 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-12-22 17:07:28 +0000 |
commit | 6bcb7bd0894f9f44637b9668e5b5d3d388aef152 (patch) | |
tree | c461b75d89c64d850779da89e08f0ca9d44bcd81 /libhb/hb.h | |
parent | a5577a07468a7e1e6f158f19aca89d103ba6642a (diff) |
libhb: remove hb_job_reset
It is no longer needed by the mac ui
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6641 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/hb.h')
-rw-r--r-- | libhb/hb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libhb/hb.h b/libhb/hb.h index dfbcc25a0..8706a6c25 100644 --- a/libhb/hb.h +++ b/libhb/hb.h @@ -88,7 +88,6 @@ void hb_rem( hb_handle_t *, hb_job_t * ); hb_title_t * hb_find_title_by_index( hb_handle_t *h, int title_index ); hb_job_t * hb_job_init_by_index( hb_handle_t *h, int title_index ); hb_job_t * hb_job_init( hb_title_t * title ); -void hb_job_reset( hb_job_t * job ); void hb_job_close( hb_job_t ** job ); void hb_start( hb_handle_t * ); |