From bdc12a5eb8e122eacf272f9f53c8912f42f3f571 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Sat, 15 May 2021 07:56:30 +0000 Subject: move code that generate html to sub-module 'ui-common' * Generate new html-code --- ctimeline.c | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'ctimeline.c') diff --git a/ctimeline.c b/ctimeline.c index 6259433..c6f99d5 100644 --- a/ctimeline.c +++ b/ctimeline.c @@ -53,35 +53,6 @@ void sort_branches_by_age() } } -void emit_timeline_html() -{ - int i; - struct branch *ptr; - - printf("\n"); -} - - struct ctimeline_branch *add_branch(const char *name) { struct ctimeline_branch *br; @@ -226,7 +197,6 @@ int main(int argc, char **argv) "" "\n" "
\n"); - emit_timeline_html(); printf("
\n" "\n" "\n"); -- cgit v1.2.3-18-g5258