diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-03-04 22:26:33 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-03-04 22:26:33 -0800 |
commit | 868cfe09237430d9d24f17ce2f16c03d4c39b58a (patch) | |
tree | ad42e796c50d427c71730d6c3c53a488af9e1cfc /utf8.h | |
parent | 780fc9a0a6d13f667bb012621692107d244998a8 (diff) | |
parent | 462749b728f72079a67202d4d0d1ef19ef993f61 (diff) | |
download | git-868cfe09237430d9d24f17ce2f16c03d4c39b58a.tar.gz |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |