From 4d8363123060186075a375199c5b76a38407d064 Mon Sep 17 00:00:00 2001 From: Jonathan Puckey Date: Thu, 24 Feb 2011 17:14:59 +0100 Subject: [PATCH] Segment: remove todo. --- src/path/Segment.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/path/Segment.js b/src/path/Segment.js index 79c2d4c7..8039c75e 100644 --- a/src/path/Segment.js +++ b/src/path/Segment.js @@ -34,15 +34,6 @@ Segment = Base.extend({ this.handleOut = new Point(); }, - // TODO: - // insert: function() { - // if (this._segments && this._segments.path) { - // var path = this._segments.path; - // path.checkValid(); - // - // } - // }, - getPoint: function() { return this.point; },