remove debug rect

SVN revision: 16206
This commit is contained in:
Carsten Haitzler 2005-08-16 09:42:15 +00:00
parent 9d59f70dc9
commit a1824f418a
1 changed files with 1 additions and 1 deletions

View File

@ -2550,7 +2550,7 @@ evas_object_textblock_render(Evas_Object *obj, void *output, void *context, void
o = (Evas_Object_Textblock *)(obj->object_data);
obj->layer->evas->engine.func->context_multiplier_unset(output,
context);
#if 1 /* using for some debugging. will go soon */
#if 0 /* using for some debugging. will go soon */
obj->layer->evas->engine.func->context_color_set(output,
context,
230, 160, 30, 100);