Some code cleanups

This commit is contained in:
Ingo Weyrich
2019-11-21 19:36:16 +01:00
parent ff9eeb4744
commit 89d8c341a6
8 changed files with 11 additions and 106 deletions

View File

@@ -220,7 +220,7 @@ bool ImProcFunctions::transCoord (int W, int H, const std::vector<Coord2D> &src,
blue.push_back (Coord2D (src[i].x, src[i].y));
}
return clipped;
return false;
}
double oW = W, oH = H;