warn-- .. but this is suspicios as we goto the end where is_v and

was_v are used... and never do set them.



SVN revision: 81038
This commit is contained in:
Carsten Haitzler 2012-12-16 01:49:36 +00:00
parent e0ab18ecf1
commit fc5c62500d
1 changed files with 1 additions and 1 deletions

View File

@ -2135,7 +2135,7 @@ static void
evas_object_text_render_pre(Evas_Object *eo_obj, Evas_Object_Protected_Data *obj)
{
Evas_Object_Text *o = eo_data_get(eo_obj, MY_CLASS);
int is_v, was_v;
int is_v = 0, was_v = 0;
/* dont pre-render the obj twice! */
if (obj->pre_render_done) return;
obj->pre_render_done = 1;