From e8a530019f98367d5e3a62966e56889ff643154f Mon Sep 17 00:00:00 2001 From: Andrea Bogazzi Date: Thu, 19 May 2016 21:39:06 +0200 Subject: [PATCH] remove deadcode (#2984) --- src/shapes/polyline.class.js | 7 ------- 1 file changed, 7 deletions(-) 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