From d7dcc9d76f44ab1be522e9b958bb50947f571310 Mon Sep 17 00:00:00 2001 From: Michael W <50232075+YishiMichael@users.noreply.github.com> Date: Tue, 7 Dec 2021 00:32:12 +0800 Subject: [PATCH] Recover file --- manimlib/animation/transform_matching_parts.py | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/manimlib/animation/transform_matching_parts.py b/manimlib/animation/transform_matching_parts.py index 58ce0461..3ee228a9 100644 --- a/manimlib/animation/transform_matching_parts.py +++ b/manimlib/animation/transform_matching_parts.py @@ -139,18 +139,3 @@ class TransformMatchingTex(TransformMatchingParts): @staticmethod def get_mobject_key(mobject): return mobject.get_tex() - - -class TransformMatchingMTex(TransformMatchingParts): - CONFIG = { - "mobject_type": VMobject, - "group_type": VGroup, - } - - @staticmethod - def get_mobject_parts(mobject): - return mobject.submobjects - - @staticmethod - def get_mobject_key(mobject): - return mobject.submob_id_tuple