Remove dead assignments reported by nightly build

cw/cy are never used inside the "dosel" block, so no need to fetch
geometry and calculate difference here (already fetched below when
needed anyway).

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-11-18 10:15:54 +00:00
parent 0800b2ec1e
commit a490019b52
1 changed files with 0 additions and 3 deletions

View File

@ -1922,9 +1922,6 @@ _edje_part_mouse_down_cb(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA_
if (en->select_allow && ev->button != 2) dosel = EINA_TRUE;
if (dosel)
{
evas_object_geometry_get(rp->object, &x, &y, &w, &h);
cx = ev->canvas.x - x;
cy = ev->canvas.y - y;
if (ev->flags & EVAS_BUTTON_TRIPLE_CLICK)
{
if (shift)