From 63353935418b21c9d5d1accc43e09b018661e738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Tue, 29 Oct 2013 22:01:49 +0100 Subject: [PATCH] Remove unused function argument. --- src/svg/SVGExport.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/svg/SVGExport.js b/src/svg/SVGExport.js index 61da4c23..1e8f9dfa 100644 --- a/src/svg/SVGExport.js +++ b/src/svg/SVGExport.js @@ -202,7 +202,7 @@ new function() { return createElement('use', attrs); } - function exportGradient(color, item) { + function exportGradient(color) { // NOTE: As long as the fillTransform attribute is not implemented, // we need to create a separate gradient object for each gradient, // even when they share the same gradient defintion.