SVN revision: 36905
This commit is contained in:
Carsten Haitzler 2008-10-21 05:21:11 +00:00
parent 1b9d1e312b
commit 154b2a5a94
1 changed files with 0 additions and 1 deletions

View File

@ -130,7 +130,6 @@ _edje_mouse_down_cb(void *data, Evas * e, Evas_Object * obj, void *event_info)
int dir;
dir = _edje_part_dragable_calc(ed, rp, &dx, &dy);
printf("calc down %3.3f %3.3f\n", dx, dy);
if ((dx != rp->drag.val.x) || (dy != rp->drag.val.y))
{