oops - printfs snuck in. remove

This commit is contained in:
Carsten Haitzler 2014-04-02 18:09:55 +09:00
parent 031f427c44
commit db64dffca4
2 changed files with 1 additions and 3 deletions

View File

@ -299,7 +299,7 @@ test_cursor3(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_i
o = elm_button_add(win);
elm_object_cursor_set(o, ELM_CURSOR_HAND1);
elm_object_cursor_theme_search_enabled_set(o, EINA_TRUE);
// elm_object_cursor_theme_search_enabled_set(o, EINA_TRUE);
elm_object_text_set(o, "hand1");
elm_box_pack_end(bx, o);
evas_object_show(o);

View File

@ -234,8 +234,6 @@ _elm_cursor_set(Elm_Cursor *cur)
ELM_OBJECT_LAYER_CURSOR, cur->hot_x,
cur->hot_y);
#ifdef HAVE_ELEMENTARY_X
printf("A set %i\n", cur->x.cursor);
printf("A win = %x\n", cur->x.win);
if (cur->x.win)
ecore_x_window_cursor_set(cur->x.win, cur->x.cursor);
#endif