Remove prepare_for_animation

This commit is contained in:
Grant Sanderson 2021-01-03 17:16:08 -08:00
parent b8b44f062c
commit e43b8ef4e4
2 changed files with 0 additions and 4 deletions

View file

@ -43,7 +43,6 @@ class Animation(object):
# played. As much initialization as possible,
# especially any mobject copying, should live in
# this method
self.mobject.prepare_for_animation()
self.starting_mobject = self.create_starting_mobject()
if self.suspend_mobject_updating:
# All calls to self.mobject's internal updaters

View file

@ -1176,9 +1176,6 @@ class Mobject(object):
sm1.interpolate_color(sm1, sm2, 1)
return self
def prepare_for_animation(self):
pass
def cleanup_from_animation(self):
pass