diff --git a/index.js b/index.js index e74161a0..583b84a3 100644 --- a/index.js +++ b/index.js @@ -884,7 +884,6 @@ Sharp.prototype.clone = function() { // Clone existing options var clone = new Sharp(); util._extend(clone.options, this.options); - clone.streamIn = false; // Pass 'finish' event to clone for Stream-based input this.on('finish', function() { // Clone inherits input data