Skip to content

Commit

Permalink
Remove useless re-definition of image #139
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Dec 12, 2014
1 parent 57203f8 commit 34a9970
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/resize.cc
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,6 @@ class ResizeWorker : public NanAsyncWorker {
}
vips_object_local(hook, gaussian);
// Apply Gaussian function
VipsImage *blurred;
if (vips_convsep(image, &blurred, gaussian, "precision", VIPS_PRECISION_INTEGER, NULL)) {
return Error(baton, hook);
}
Expand Down

0 comments on commit 34a9970

Please sign in to comment.