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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2013-04-16 03:12:49 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2013-04-16 03:12:49 +0400
commitf4fe1b8e77e443b899466acd951628a2f68e5049 (patch)
tree432b18e28ec39e2882c325a3221e7b6adf7d6876 /source/blender/freestyle/intern/image
parentafb4b65167165613f177a531bd3d4dcb3649c1c6 (diff)
Fix a few warnings. One was an actual bug in freestyle where stroke attributes
were not properly interpolated.
Diffstat (limited to 'source/blender/freestyle/intern/image')
-rw-r--r--source/blender/freestyle/intern/image/GaussianFilter.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/freestyle/intern/image/GaussianFilter.h b/source/blender/freestyle/intern/image/GaussianFilter.h
index b300ec00989..02c2a917bde 100644
--- a/source/blender/freestyle/intern/image/GaussianFilter.h
+++ b/source/blender/freestyle/intern/image/GaussianFilter.h
@@ -125,10 +125,6 @@ protected:
*/
-#ifdef __MACH__
-# define sqrtf(x) (sqrt(x))
-#endif
-
template<class Map>
float GaussianFilter::getSmoothedPixel(Map *map, int x, int y)
{