This commit is contained in:
homm 2014-10-16 16:00:29 +04:00
parent e38a64b21b
commit d07c9c2e4e

View File

@ -29,7 +29,6 @@ gblur(Imaging im, Imaging imOut, float radius, float effectiveScale, int channel
float newPixel[4];
int channel = 0;
int offset = 0;
INT32 newPixelFinals;
int effectiveRadius = 0;
int window = 0;