Evas font: Remove useless multiplication and division.

Does nothing, just looks ugly.
This commit is contained in:
Tom Hacohen 2013-06-06 14:21:16 +01:00
parent c1cba92f8b
commit e81edab826
1 changed files with 1 additions and 2 deletions

View File

@ -2029,8 +2029,7 @@ evas_object_text_render(Evas_Object *eo_obj, Evas_Object_Protected_Data *obj, vo
o->font, \
obj->cur->geometry.x + x + sl + ox + it->x, \
obj->cur->geometry.y + y + st + oy + \
(int) \
(((o->max_ascent * obj->cur->geometry.h) / obj->cur->geometry.h)), \
(int) o->max_ascent, \
obj->cur->geometry.w, \
obj->cur->geometry.h, \
obj->cur->geometry.w, \