SVN revision: 16106
This commit is contained in:
Carsten Haitzler 2005-08-11 14:39:15 +00:00
parent 1e7b430dfd
commit ed7b439c3c
1 changed files with 0 additions and 1 deletions

View File

@ -1786,7 +1786,6 @@ _layout_text_append(Ctxt *c, Evas_Object_Textblock_Format *fmt, Evas_Object_Text
wrap = _layout_text_cutoff_get(c, fmt, it);
if (wrap > 0)
{
printf("WRAP %s [%i]\n", str, wrap);
if (fmt->wrap_word)
{
wrap = _layout_word_start(str, wrap);