Remove unused variable center.

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

View file

@ -147,7 +147,6 @@ new function() {
function exportShape(item) {
var shape = item._shape,
center = item.getPosition(true),
radius = item._radius,
attrs = getTransform(item, true, shape !== 'rectangle');
if (shape === 'rectangle') {