diff options
Diffstat (limited to 'cgit.c')
-rw-r--r-- | cgit.c | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -736,16 +736,7 @@ static void process_request(void) if (cmd->pre) cmd->pre(); - if (cmd->want_layout) { - cgit_print_http_headers(); - cgit_print_docstart(); - cgit_print_pageheader(); - } - cmd->fn(); - - if (cmd->want_layout) - cgit_print_docend(); } static int cmp_repos(const void *a, const void *b) |