summaryrefslogtreecommitdiff
path: root/utf8.h
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2010-03-04 22:26:33 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2010-03-04 22:26:33 -0800
commit868cfe09237430d9d24f17ce2f16c03d4c39b58a (patch)
treead42e796c50d427c71730d6c3c53a488af9e1cfc /utf8.h
parentMerge branch 'dp/read-not-mmap-small-loose-object' into maint (diff)
parentutf8.c: speculatively assume utf-8 in strbuf_add_wrapped_text() (diff)
downloadtgif-868cfe09237430d9d24f17ce2f16c03d4c39b58a.tar.xz
Merge branch 'rs/optim-text-wrap' into maint
* rs/optim-text-wrap: utf8.c: speculatively assume utf-8 in strbuf_add_wrapped_text() utf8.c: remove strbuf_write() utf8.c: remove print_spaces() utf8.c: remove print_wrapped_text()
Diffstat (limited to 'utf8.h')
-rw-r--r--utf8.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/utf8.h b/utf8.h
index c9738d83d9..ebc4d2fa85 100644
--- a/utf8.h
+++ b/utf8.h
@@ -8,7 +8,6 @@ int utf8_strwidth(const char *string);
int is_utf8(const char *text);
int is_encoding_utf8(const char *name);
-int print_wrapped_text(const char *text, int indent, int indent2, int len);
int strbuf_add_wrapped_text(struct strbuf *buf,
const char *text, int indent, int indent2, int width);