Skip to content

Commit

Permalink
remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
murphymatt committed May 21, 2017
1 parent df6802c commit ebe8588
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/R2Image.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1436,7 +1436,6 @@ ProjectPixels(R2Image* otherImage, std::vector< R2Point* > markerCoords)

R2Point * p;
double pWeight, pWeight_n, pWeight_e, pWeight_s, pWeight_w;
int nc=0, gc=0;
for (int y = 0; y < height; y++) {
for (int x = 0; x < width; x++) {
p = applyTransformationMatrix(new R2Point(x,y), H);
Expand Down
Binary file modified src/R2Image.o
Binary file not shown.
Binary file modified src/imgpro
Binary file not shown.

0 comments on commit ebe8588

Please sign in to comment.