polar-coords: Remove redundant assignment

This commit is contained in:
Mukund Sivaraman 2011-10-06 08:53:34 +05:30
parent c4b709cdce
commit 4b75e13518
1 changed files with 2 additions and 4 deletions

View File

@ -388,8 +388,6 @@ calc_undistorted_coords (gdouble wx,
/* initialize */
phi = 0.0;
r = 0.0;
x1 = 0;
y1 = 0;
x2 = img_width;