Remove unused function argument.

This commit is contained in:
Jürg Lehni 2013-10-29 22:01:49 +01:00
parent 825a090e6b
commit 6335393541

View file

@ -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.