Skip to content

Commit d40d505

Browse files
authored
Remove call to deprecated function (#387)
1 parent d16750f commit d40d505

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bindings/SofaRuntime/src/SofaPython3/SofaRuntime/Module_SofaRuntime.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ class SofaInitializer
8080
SofaInitializer(){
8181
sofa::simulation::common::init();
8282
sofa::simulation::graph::init();
83-
sofa::simulation::setSimulation(new DAGSimulation());
8483
}
8584

8685
~SofaInitializer(){

0 commit comments

Comments
 (0)