oops printf--

SVN revision: 78445
This commit is contained in:
Carsten Haitzler 2012-10-25 11:31:20 +00:00
parent 47b7c0f36b
commit 47ad994b03
1 changed files with 0 additions and 1 deletions

View File

@ -1531,7 +1531,6 @@ _format_command(Evas_Object *eo_obj, Evas_Object_Textblock_Format *fmt, const ch
if (*p2)
{
fprintf(stderr, "FMT: '%s' '%s'\n", p1, p2);
if (!strcmp(p2, "bottom_right")) EVAS_TEXT_STYLE_SHADOW_DIRECTION_SET(fmt->style, EVAS_TEXT_STYLE_SHADOW_DIRECTION_BOTTOM_RIGHT);
else if (!strcmp(p2, "bottom")) EVAS_TEXT_STYLE_SHADOW_DIRECTION_SET(fmt->style, EVAS_TEXT_STYLE_SHADOW_DIRECTION_BOTTOM);
else if (!strcmp(p2, "bottom_left")) EVAS_TEXT_STYLE_SHADOW_DIRECTION_SET(fmt->style, EVAS_TEXT_STYLE_SHADOW_DIRECTION_BOTTOM_LEFT);