mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
Remove CONFIG vestiges
This commit is contained in:
parent
ea4a47aeef
commit
a1cbff46b8
1 changed files with 0 additions and 4 deletions
|
@ -68,8 +68,6 @@ class Mobject(object):
|
|||
('point', np.float32, (3,)),
|
||||
]
|
||||
|
||||
CONFIG = {} # Need to delete
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
color: ManimColor = WHITE,
|
||||
|
@ -96,8 +94,6 @@ class Mobject(object):
|
|||
self.is_fixed_in_frame = is_fixed_in_frame
|
||||
self.depth_test = depth_test
|
||||
|
||||
digest_config(self, kwargs) # Need to delete
|
||||
|
||||
# Internal state
|
||||
self.submobjects: list[Mobject] = []
|
||||
self.parents: list[Mobject] = []
|
||||
|
|
Loading…
Add table
Reference in a new issue