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>2012-05-12 20:42:12 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-05-12 20:42:12 +0400
commit85fd56a3a8b3435c2101dcaf80d2e5a95a03ef57 (patch)
treec970b1f3a80ea420d56abad643a8e2e29bb508b1 /source/blender/editors
parent53ee7908d6c5a8bbdbec5202196d6dae86972e4c (diff)
code cleanup: some style and use math defines, also small speedup for dynamicpaint, dont call acosf twice.
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/uvedit/uvedit_parametrizer.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/editors/uvedit/uvedit_parametrizer.c b/source/blender/editors/uvedit/uvedit_parametrizer.c
index 2b93246e797..5ac7bb6860c 100644
--- a/source/blender/editors/uvedit/uvedit_parametrizer.c
+++ b/source/blender/editors/uvedit/uvedit_parametrizer.c
@@ -47,10 +47,6 @@
#include "BLO_sys_types.h" // for intptr_t support
-#if defined(_WIN32)
-#define M_PI 3.14159265358979323846
-#endif
-
/* Utils */
#if 0