From 34a9970bd91953a3a3279c43a0ae25b4857b6dc2 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Fri, 12 Dec 2014 22:04:55 +0000 Subject: [PATCH] Remove useless re-definition of image #139 --- src/resize.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/resize.cc b/src/resize.cc index 0c2a4d92..0a50ceb5 100755 --- a/src/resize.cc +++ b/src/resize.cc @@ -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); }