diff options
Diffstat (limited to 'libhb/common.h')
-rw-r--r-- | libhb/common.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libhb/common.h b/libhb/common.h index 12558871e..f32c620ab 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -104,10 +104,8 @@ const char * hb_mixdown_get_short_name_from_mixdown( int amixdown ); *****************************************************************************/ struct hb_job_s { -#if JOB_GROUPS - /* ID assigned by UI so it can lump jobs together */ + /* ID assigned by UI so it can groups job passes together */ int sequence_id; -#endif /* Pointer to the title to be ripped */ hb_title_t * title; |