another dead store
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 14 Jan 2011 06:14:39 +0000 (06:14 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 14 Jan 2011 06:14:39 +0000 (06:14 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@56094 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/engines/common/evas_scale_smooth_scaler_up.c

index df17f03..a412956 100644 (file)
@@ -52,7 +52,6 @@
    sxx = (dsxx * cx);
    syy = (dsyy * cy);
 
-   sx = sxx >> 16;
    sy = syy >> 16;
 
    if (drh == srh)