diff options
Diffstat (limited to 'libhb/sync.c')
-rw-r--r-- | libhb/sync.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libhb/sync.c b/libhb/sync.c index c9a4eebe6..c76cc45d2 100644 --- a/libhb/sync.c +++ b/libhb/sync.c @@ -69,10 +69,6 @@ typedef struct uint64_t st_counts[4]; uint64_t st_dates[4]; uint64_t st_first; - - /* Subtitles */ - hb_buffer_t * sub_list; /* list of subtitles to be passed thru or rendered */ - hb_buffer_t * sub_tail; /* list of subtitles to be passed thru or rendered */ } hb_sync_video_t; struct hb_work_private_s |