remove call to show pointer during canvas_new function

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-08-28 12:10:09 -04:00
parent 7f9eefbd7b
commit 3edef4a1a8
1 changed files with 0 additions and 1 deletions

View File

@ -533,7 +533,6 @@ e_pointer_canvas_new(Ecore_Evas *ee, Eina_Bool filled)
evas_object_layer_set(ptr->o_ptr, EVAS_LAYER_MAX);
evas_object_move(ptr->o_ptr, 0, 0);
evas_object_resize(ptr->o_ptr, ptr->w, ptr->h);
evas_object_show(ptr->o_ptr);
/* set pointer default type */
if (filled) e_pointer_type_push(ptr, ptr, "default");