diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-03-02 12:44:10 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-03-02 12:44:10 -0800 |
commit | 32ae5b342545f168b6006bcd8974cc96650d083d (patch) | |
tree | 7675ece07f0040f8f8e7446b96e47839fbbbe96b /utf8.h | |
parent | bd282f58ad9c4c0fdc1a9f56889ac7132d889d34 (diff) | |
parent | 462749b728f72079a67202d4d0d1ef19ef993f61 (diff) | |
download | git-32ae5b342545f168b6006bcd8974cc96650d083d.tar.gz |
Merge branch 'rs/optim-text-wrap'
* 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); |