diff options
author | jstebbins <[email protected]> | 2014-12-23 19:28:40 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-12-23 19:28:40 +0000 |
commit | 80d43d93c9514df0437480d3054720a803c3b663 (patch) | |
tree | 92003dc834af35667dcf978152be0da4eb027ac6 /libhb/scan.c | |
parent | 17f1d331644d450209d9d6fd55a6acf5ae4e1e84 (diff) |
libhb: remove dead code
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6646 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/scan.c')
-rw-r--r-- | libhb/scan.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libhb/scan.c b/libhb/scan.c index d57f3ecba..edad5857c 100644 --- a/libhb/scan.c +++ b/libhb/scan.c @@ -268,9 +268,6 @@ static void ScanFunc( void * _data ) { title = hb_list_item( data->title_set->list_title, i ); title->flags |= HBTF_SCAN_COMPLETE; -#if defined(HB_TITLE_JOBS) - title->job = hb_job_init( title ); -#endif } finish: |