0

Removed noise leftover from last commit

This commit is contained in:
Andrew Chin
2011-03-23 21:31:51 -04:00
parent 977bf09a12
commit 57e99725df

View File

@@ -83,8 +83,6 @@ PyObject *brightness(PyObject *img, float factor) {
/* how many bytes to skip to get to the next alpha byte */
stride = imDest->pixelsize;
x, y;
xsize = imDest->xsize;
ysize = imDest->ysize;