edje: remove now unused variables

Commit e3ed888aa9 removed the code where these
variables have been used before.
This commit is contained in:
Stefan Schmidt 2016-07-26 10:26:29 +02:00
parent 8a933c28d5
commit 3f4b2a2c90
2 changed files with 0 additions and 3 deletions

View File

@ -3271,7 +3271,6 @@ _edje_svg_recalc_apply(Edje *ed, Edje_Real_Part *ep, Edje_Calc_Params *p3 EINA_U
int w, h;
int new_svg = 0;
Efl_VG *root_vg;
double sx, sy;
Eina_Matrix3 matrix;
Edje_Vector_Data *start, *end;

View File

@ -2646,10 +2646,8 @@ void
_edje_dupe_vector_data(Edje *ed, int svg_id, double width, double height,
Edje_Vector_Data *data)
{
double sx=1.0, sy=1.0;
Edje_Vector_Data *vector;
Efl_VG *root;
Eina_Matrix3 matrix;
vector = _edje_ref_vector_data(ed, svg_id);
if (!vector->vg)