Commit: a9c1831b07433da5fbe65a6d65fda728e915915f
Author: Jacques Lucke
Date:   Tue Jul 9 13:33:06 2019 +0200
Branches: functions
https://developer.blender.org/rBa9c1831b07433da5fbe65a6d65fda728e915915f

remove unused code

===================================================================

M       source/blender/simulations/bparticles/inserters.cpp

===================================================================

diff --git a/source/blender/simulations/bparticles/inserters.cpp 
b/source/blender/simulations/bparticles/inserters.cpp
index 526ede75bb6..aaf0135995d 100644
--- a/source/blender/simulations/bparticles/inserters.cpp
+++ b/source/blender/simulations/bparticles/inserters.cpp
@@ -15,18 +15,8 @@
 
 namespace BParticles {
 
-using BKE::bSocketList;
-using BKE::SocketWithNode;
 using FN::SharedFunction;
 
-using EmitterInserter = std::function<void(bNode *bnode,
-                                           IndexedNodeTree &indexed_tree,
-                                           FN::DataFlowNodes::GeneratedGraph 
&data_graph,
-                                           ModifierStepDescription 
&step_description,
-                                           WorldState &world_state)>;
-using EventInserter = EmitterInserter;
-using ModifierInserter = EmitterInserter;
-
 static bool is_particle_type_node(bNode *bnode)
 {
   return STREQ(bnode->idname, "bp_ParticleTypeNode");

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to