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:
authorHans Goudey <h.goudey@me.com>2022-02-15 20:54:22 +0300
committerHans Goudey <h.goudey@me.com>2022-02-15 20:54:22 +0300
commit401de3d483432ebfa47ca2166d0fbfe99f392d8c (patch)
tree2eb3f9348561592c435358519a20e0f1be927a3d /source/blender
parentf4074f319198240fc58fa14dbcc07a52a89afa12 (diff)
Cleanup: Remove unnecessary `#undef`
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/blenlib/BLI_math_base.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/blenlib/BLI_math_base.hh b/source/blender/blenlib/BLI_math_base.hh
index 828130374bd..02a13d6472a 100644
--- a/source/blender/blenlib/BLI_math_base.hh
+++ b/source/blender/blenlib/BLI_math_base.hh
@@ -102,8 +102,4 @@ template<typename T, BLI_ENABLE_IF((math_is_float<T>))> inline T midpoint(const
return (a + b) * T(0.5);
}
-#undef BLI_ENABLE_IF_BASE
-#undef BLI_ENABLE_IF_FLT
-#undef BLI_ENABLE_IF_INT
-
} // namespace blender::math