From 8a53f9dd6d86e7212c416df7d7c2c8598c1a6260 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Tue, 20 Mar 2012 08:13:01 +0000 Subject: ui-tree.c: cleanup printing of blobs in tree view Signed-off-by: Lars Hjemli --- ui-tree.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ui-tree.c') diff --git a/ui-tree.c b/ui-tree.c index b1adcc7..dd98701 100644 --- a/ui-tree.c +++ b/ui-tree.c @@ -104,11 +104,6 @@ static void print_object(const unsigned char *sha1, char *path, const char *base return; } - htmlf("blob: %s (", sha1_to_hex(sha1)); - cgit_plain_link("plain", NULL, NULL, ctx.qry.head, - curr_rev, path); - html(")\n"); - if (ctx.cfg.max_blob_size && size / 1024 > ctx.cfg.max_blob_size) { htmlf("
blob size (%ldKB) exceeds display size limit (%dKB).
", size / 1024, ctx.cfg.max_blob_size); -- cgit v1.2.3-59-g8ed1b