mirror of https://github.com/GNOME/gimp.git
polar-coords: Remove redundant assignment
This commit is contained in:
parent
c4b709cdce
commit
4b75e13518
|
@ -388,8 +388,6 @@ calc_undistorted_coords (gdouble wx,
|
|||
/* initialize */
|
||||
|
||||
phi = 0.0;
|
||||
r = 0.0;
|
||||
|
||||
x1 = 0;
|
||||
y1 = 0;
|
||||
x2 = img_width;
|
||||
|
|
Loading…
Reference in New Issue