Skip to content

Commit 3e4328d

Browse files
committed
Removed Unused Function
1 parent 417985c commit 3e4328d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

fission/src/mirabuf/MirabufInstance.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,6 @@ class MirabufInstance {
202202
})
203203
}
204204

205-
private getPartBodyGuid(partDef: mirabuf.IPartDefinition, body: mirabuf.IPartDefinition) {
206-
return `${partDef.info!.GUID!}_BODY_${body.info!.GUID!}`
207-
}
208-
209205
/**
210206
* Adds all the meshes to the ThreeJs scene.
211207
*

0 commit comments

Comments
 (0)