[Bf-blender-cvs] [ae44dad2e1e] functions: cleanup

Jacques Lucke noreply at git.blender.org
Tue Dec 17 13:53:51 CET 2019


Commit: ae44dad2e1e56fc185a0e55179fe369007931469
Author: Jacques Lucke
Date:   Tue Dec 17 11:18:25 2019 +0100
Branches: functions
https://developer.blender.org/rBae44dad2e1e56fc185a0e55179fe369007931469

cleanup

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

M	source/blender/functions/intern/multi_functions/mixed.cc
M	source/blender/modifiers/intern/MOD_functionpoints_cxx.cc
M	source/blender/simulations/bparticles/action_interface.hpp
M	source/blender/simulations/bparticles/events.cpp
M	source/blender/simulations/bparticles/particle_function.hpp

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

diff --git a/source/blender/functions/intern/multi_functions/mixed.cc b/source/blender/functions/intern/multi_functions/mixed.cc
index cd84e30bd4f..472b67da726 100644
--- a/source/blender/functions/intern/multi_functions/mixed.cc
+++ b/source/blender/functions/intern/multi_functions/mixed.cc
@@ -36,7 +36,6 @@ using BLI::float4x4;
 using BLI::rgba_b;
 using BLI::rgba_f;
 using BLI::TemporaryArray;
-using BLI::TemporaryVector;
 
 MF_CombineColor::MF_CombineColor()
 {
diff --git a/source/blender/modifiers/intern/MOD_functionpoints_cxx.cc b/source/blender/modifiers/intern/MOD_functionpoints_cxx.cc
index d0d59628b8a..a007db54bed 100644
--- a/source/blender/modifiers/intern/MOD_functionpoints_cxx.cc
+++ b/source/blender/modifiers/intern/MOD_functionpoints_cxx.cc
@@ -20,7 +20,6 @@ using BKE::VNode;
 using BLI::ArrayRef;
 using BLI::float3;
 using BLI::IndexRange;
-using BLI::TemporaryVector;
 using BLI::Vector;
 using FN::MFContext;
 using FN::MFInputSocket;
diff --git a/source/blender/simulations/bparticles/action_interface.hpp b/source/blender/simulations/bparticles/action_interface.hpp
index 34abbfcecf3..2e8981eb880 100644
--- a/source/blender/simulations/bparticles/action_interface.hpp
+++ b/source/blender/simulations/bparticles/action_interface.hpp
@@ -10,7 +10,6 @@
 namespace BParticles {
 
 using BLI::TemporaryArray;
-using BLI::TemporaryVector;
 using FN::AttributesRefGroup;
 
 class ActionContext {
diff --git a/source/blender/simulations/bparticles/events.cpp b/source/blender/simulations/bparticles/events.cpp
index e894efe8404..a14c17ecd38 100644
--- a/source/blender/simulations/bparticles/events.cpp
+++ b/source/blender/simulations/bparticles/events.cpp
@@ -6,6 +6,8 @@
 
 namespace BParticles {
 
+using BLI::TemporaryVector;
+
 /* Age Reached Event
  ******************************************/
 
diff --git a/source/blender/simulations/bparticles/particle_function.hpp b/source/blender/simulations/bparticles/particle_function.hpp
index 8216937b189..e735f333c20 100644
--- a/source/blender/simulations/bparticles/particle_function.hpp
+++ b/source/blender/simulations/bparticles/particle_function.hpp
@@ -15,7 +15,6 @@ namespace BParticles {
 using BLI::ArrayRef;
 using BLI::Optional;
 using BLI::TemporaryArray;
-using BLI::TemporaryVector;
 using BLI::Vector;
 using FN::GenericArrayRef;
 using FN::GenericMutableArrayRef;



More information about the Bf-blender-cvs mailing list