diff options
author | jstebbins <[email protected]> | 2012-12-09 19:11:33 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2012-12-09 19:11:33 +0000 |
commit | 0677b1b418d3cbaaa69cd2202283443036937150 (patch) | |
tree | a04559c097723e32b93db6eb5f9c244b6600683d /libhb/hb.h | |
parent | 4cb1996e3c5f739c78697c1c166c8f7efc5af2fe (diff) |
libhb: refactor job initialization and cleanup
Separates out some duplicate code in hb_job_reset, hb_job_close,
and hb_job_init. Also removes some vestigial function definitions in hb.h
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5096 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/hb.h')
-rw-r--r-- | libhb/hb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libhb/hb.h b/libhb/hb.h index 825032cfb..4294d61c8 100644 --- a/libhb/hb.h +++ b/libhb/hb.h @@ -81,8 +81,6 @@ void hb_add_filter( hb_job_t * job, hb_filter_object_t * filter, /* Handling jobs */ int hb_count( hb_handle_t * ); hb_job_t * hb_job( hb_handle_t *, int ); -void hb_set_chapter_name( hb_handle_t *, int, int, const char * ); -void hb_set_job( hb_handle_t *, int, hb_job_t * ); void hb_add( hb_handle_t *, hb_job_t * ); void hb_rem( hb_handle_t *, hb_job_t * ); |