summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/test.c b/test/test.c
index 952a67e5a..27c7d498b 100644
--- a/test/test.c
+++ b/test/test.c
@@ -1302,21 +1302,6 @@ static int HandleEvents( hb_handle_t * h )
hb_close_csv_file( file );
}
}
- else
- {
- /* No marker file */
-
- int number_of_chapters = hb_list_count(job->title->list_chapter);
- int chapter;
-
- for(chapter = 0; chapter <= number_of_chapters - 1 ; chapter++)
- {
- hb_chapter_t * chapter_s;
- chapter_s = hb_list_item( job->title->list_chapter, chapter);
- snprintf( chapter_s->title, 1023, "Chapter %i", chapter + 1 );
- chapter_s->title[1023] = '\0';
- }
- }
}
if( crop[0] >= 0 && crop[1] >= 0 &&