Remove deprecated Project#redraw().

This commit is contained in:
Jürg Lehni 2011-06-19 23:02:25 +01:00
parent 2bf070415d
commit 25b31b6b7d

View file

@ -232,13 +232,5 @@ var Project = this.Project = Base.extend({
});
ctx.restore();
}
},
/**
* @deprecated
* @ignore
*/
redraw: function() {
this._scope.view.draw();
}
});