]> rtime.felk.cvut.cz Git - git.git/blobdiff - utf8.c
utf8.c: remove print_wrapped_text()
[git.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 @@ new_line:
        }
 }
 
-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)