diff options
author | jstebbins <[email protected]> | 2012-05-26 09:33:14 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2012-05-26 09:33:14 +0000 |
commit | e171cf6645d2d43e44ec40a3f5f918b6397580c7 (patch) | |
tree | a7ceebcfe04238c4264f982756006eded73f1bb9 /libhb/work.c | |
parent | 776795b2995044dc92b02e10155fff2644776fe3 (diff) |
fix more compiler warnings
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4702 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/work.c')
-rw-r--r-- | libhb/work.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libhb/work.c b/libhb/work.c index 0cb8fd13a..dd306d3fa 100644 --- a/libhb/work.c +++ b/libhb/work.c @@ -526,7 +526,6 @@ static void do_job( hb_job_t * job ) hb_audio_t * audio; hb_subtitle_t * subtitle; unsigned int subtitle_highest = 0; - unsigned int subtitle_highest_id = 0; unsigned int subtitle_lowest = 0; unsigned int subtitle_lowest_id = 0; unsigned int subtitle_forced_id = 0; @@ -1362,7 +1361,6 @@ cleanup: if( subtitle_highest < subtitle->hits ) { subtitle_highest = subtitle->hits; - subtitle_highest_id = subtitle->id; } if( subtitle_lowest == 0 || |