elm_cnp: One semicolon is enough.

This commit is contained in:
Stefan Schmidt 2013-05-14 15:47:41 +01:00
parent a68f086008
commit b9252891a7
1 changed files with 1 additions and 1 deletions

View File

@ -3118,7 +3118,7 @@ elm_drag_item_container_del_internal(Evas_Object *obj, Eina_Bool full)
if (full)
{
st->itemgetcb = NULL;;
st->itemgetcb = NULL;
st->data_get = NULL;
evas_object_event_callback_del_full
(obj, EVAS_CALLBACK_MOUSE_DOWN, _cont_obj_mouse_down, st);