useless comments
This commit is contained in:
@@ -41,6 +41,8 @@ for (y=0; y<h; y++) {
|
||||
r = (float)*src++;
|
||||
g = (float)*src++;
|
||||
b = (float)*src++;
|
||||
|
||||
/* may be, here, we can speed up the job */
|
||||
fimg_add_rgb(d, xx, yy, r, g, b);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user