diff options
Diffstat (limited to 'base/gfx/image_operations.cc')
-rw-r--r-- | base/gfx/image_operations.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/gfx/image_operations.cc b/base/gfx/image_operations.cc index 4dde08c..e53f6ce 100644 --- a/base/gfx/image_operations.cc +++ b/base/gfx/image_operations.cc @@ -204,7 +204,6 @@ void ResizeFilter::ComputeFilters(int src_size, // that the range covered by the filter won't necessarily cover any source // pixel boundaries. Therefore, we use these clamped values (max of 1) for // some computations. - float clamped_src_support = std::min(1.0f, src_support); float clamped_scale = std::min(1.0f, scale); // Speed up the divisions below by turning them into multiplies. |