Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/utf8.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-03-02 23:44:10 +0300
committerJunio C Hamano <gitster@pobox.com>2010-03-02 23:44:10 +0300
commit32ae5b342545f168b6006bcd8974cc96650d083d (patch)
tree7675ece07f0040f8f8e7446b96e47839fbbbe96b /utf8.h
parentbd282f58ad9c4c0fdc1a9f56889ac7132d889d34 (diff)
parent462749b728f72079a67202d4d0d1ef19ef993f61 (diff)
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.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);