app: Remove dead assignment

This commit is contained in:
Mukund Sivaraman 2011-10-03 19:13:22 +05:30
parent fc3f59872d
commit 9a39d84e96
1 changed files with 0 additions and 2 deletions

View File

@ -197,8 +197,6 @@ gimp_transform_region (GimpPickable *pickable,
m = *matrix;
gimp_matrix3_invert (&m);
alpha = 0;
/* turn interpolation off for simple transformations (e.g. rot90) */
if (gimp_matrix3_is_simple (matrix))
interpolation_type = GIMP_INTERPOLATION_NONE;