[Bf-blender-cvs] [a9c1831b074] functions: remove unused code

Jacques Lucke noreply at git.blender.org
Tue Jul 9 18:01:36 CEST 2019


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");



More information about the Bf-blender-cvs mailing list