summaryrefslogtreecommitdiffstats
path: root/src/gradient.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/gradient.js')
-rw-r--r--src/gradient.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gradient.js b/src/gradient.js
index 71da7d1..2f6e30a 100644
--- a/src/gradient.js
+++ b/src/gradient.js
@@ -46,10 +46,6 @@ SVG.extend(SVG.Gradient, {
, fill: function() {
return 'url(#' + this.attr('id') + ')'
}
- // Get a stop at the given index
-, get: function(i) {
- return this.children()[i]
- }
})