Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
utf8.c: remove print_wrapped_text()
[gitweb.git]
/
utf8.c
diff --git
a/utf8.c
b/utf8.c
index 7ddff23fa77fbadf7723bca03d24ad5b8f2baca2..5c8a2697f3cceacaa3dff2ea1c7ff9379e280285 100644
(file)
--- a/
utf8.c
+++ b/
utf8.c
@@
-405,11
+405,6
@@
int strbuf_add_wrapped_text(struct strbuf *buf,
}
}
-int print_wrapped_text(const char *text, int indent, int indent2, int width)
-{
- return strbuf_add_wrapped_text(NULL, text, indent, indent2, width);
-}
-
int is_encoding_utf8(const char *name)
{
if (!name)