Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-02-15 04:24:23 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-02-15 07:24:03 +0300
commit60475b95490fa5242e50fdef490d069396ba27ea (patch)
tree5f395991c063511f8037ef6d8e0d03c06cd12efa /source/blender/blenkernel/BKE_effect.h
parentfa5837c5e8643ac68485ca7c10dd503c129a2d2f (diff)
Cleanup: remove various unused defines
Diffstat (limited to 'source/blender/blenkernel/BKE_effect.h')
-rw-r--r--source/blender/blenkernel/BKE_effect.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/blenkernel/BKE_effect.h b/source/blender/blenkernel/BKE_effect.h
index 94e8f4304b8..f223d2488bb 100644
--- a/source/blender/blenkernel/BKE_effect.h
+++ b/source/blender/blenkernel/BKE_effect.h
@@ -165,7 +165,6 @@ float effector_falloff(struct EffectorData *eff,
/* EffectedPoint->flag */
#define PE_WIND_AS_SPEED 1
-#define PE_DYNAMIC_ROTATION 2
#define PE_USE_NORMAL_DATA 4
/* EffectorData->flag */
@@ -173,8 +172,6 @@ float effector_falloff(struct EffectorData *eff,
/* ======== Simulation Debugging ======== */
-#define SIM_DEBUG_HASH_BASE 5381
-
unsigned int BKE_sim_debug_data_hash(int i);
unsigned int BKE_sim_debug_data_hash_combine(unsigned int kx, unsigned int ky);