Tidying.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Thu, 11 Oct 2007 01:53:31 +0000 (01:53 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Thu, 11 Oct 2007 01:53:31 +0000 (01:53 +0000)
git-svn-id: http://svn.voria.com/code@903 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/modules/mod_noise/random.cpp

index bd3cca8..7bc87e5 100644 (file)
@@ -89,9 +89,7 @@ Random::operator()(SmoothType smooth,int subseed,float xf,float yf,float tf)cons
 
                        //precalculate indices (all clamped) and offset
                        const int xa[] = {x-1,x,x+1,x+2};
-
                        const int ya[] = {y-1,y,y+1,y+2};
-
                        const int ta[] = {t-1,t,t+1,t+2};
 
                        const float dx(xf-x);