Skip to content

Commit e31d281

Browse files
committed
init not needed
1 parent 88b748e commit e31d281

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/compas_ghpython/scene/meshobject.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ class MeshObject(GHSceneObject, BaseMeshObject):
2929
def __init__(self, disjoint=False, **kwargs):
3030
super(MeshObject, self).__init__(**kwargs)
3131
self.disjoint = disjoint
32-
self._guid_mesh = None
33-
self._guid_face = {}
34-
self._guid_edge = {}
35-
self._guid_vertex = {}
3632

3733
def draw(self):
3834
"""Draw the mesh.

0 commit comments

Comments
 (0)