]> git.sesse.net Git - vlc/commit
Remove buggy and unused vlc_wraptext()
authorRémi Denis-Courmont <remi@remlab.net>
Fri, 10 Apr 2009 19:49:43 +0000 (22:49 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Fri, 10 Apr 2009 19:53:01 +0000 (22:53 +0300)
commit0f749c6376fbe31bced81360d6dc1c38891b3332
treefb30ccf816540eb3204141abad62953528a4973f
parent32dccae02f6e335a72f8d13dc426fed76f64a743
Remove buggy and unused vlc_wraptext()

It did not count non-ASCII characters at all (wrapping asian text must
have been fun...). Then again, to wrap even fixed-width font text, you
need to use wcwidth()/wcswidth().
include/vlc_common.h
src/extras/libc.c
src/libvlccore.sym