useless statements--
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 16 Jan 2011 06:58:38 +0000 (06:58 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 16 Jan 2011 06:58:38 +0000 (06:58 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@56179 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/canvas/evas_map.c

index 8da4b22..d9e331e 100644 (file)
@@ -1054,8 +1054,8 @@ evas_map_util_rotate(Evas_Map *m, double degrees, Evas_Coord cx, Evas_Coord cy)
      {
         Evas_Coord x, y, xx, yy;
 
-        xx = x = p->x - cx;
-        yy = y = p->y - cy;
+        x = p->x - cx;
+        y = p->y - cy;
 
         xx = (x * cos(r));
         yy = (x * sin(r));