Diffstat (limited to 'ui-shared.c')
| -rw-r--r-- | ui-shared.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ui-shared.c b/ui-shared.c index 6f83d2a..8a00099 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -437,11 +437,6 @@ void cgit_print_docstart(struct cgit_context *ctx) html("<link rel='stylesheet' type='text/css' href='"); html_attr(ctx->cfg.css); html("'/>\n"); - if (ctx->cfg.favicon) { - html("<link rel='shortcut icon' href='"); - html_attr(ctx->cfg.favicon); - html("'/>\n"); - } html("</head>\n"); html("<body>\n"); } |