Removed a dumb line which was a relic from older days

This commit is contained in:
Grant Sanderson
2017-01-18 18:55:57 -08:00
parent 4225941730
commit 5b6918de77

View File

@ -25,7 +25,6 @@ class Transform(Animation):
Animation.__init__(self, mobject, **kwargs)
self.name += "To" + str(ending_mobject)
self.mobject.stroke_width = ending_mobject.stroke_width
def update_config(self, **kwargs):
Animation.update_config(self, **kwargs)