diff --git a/src/shapes/polyline.class.js b/src/shapes/polyline.class.js index b5f12d1a..1f6e9a98 100644 --- a/src/shapes/polyline.class.js +++ b/src/shapes/polyline.class.js @@ -76,13 +76,6 @@ return fabric.Polygon.prototype._calcDimensions.call(this); }, - /** - * @private - */ - _applyPointOffset: function() { - return fabric.Polygon.prototype._applyPointOffset.call(this); - }, - /** * Returns object representation of an instance * @param {Array} [propertiesToInclude] Any properties that you might want to additionally include in the output