diff -Naur Irrlicht.old/CImageLoaderJPG.cpp Irrlicht/CImageLoaderJPG.cpp --- Irrlicht.old/CImageLoaderJPG.cpp 2005-03-01 14:43:45.102561282 +0100 +++ Irrlicht/CImageLoaderJPG.cpp 2005-03-09 10:04:03.000000000 +0100 @@ -157,7 +157,6 @@ unsigned width = cinfo.image_width; unsigned height = cinfo.image_height; - bool has_alpha= false; //(JPEG never has alpha) bool greyscale; if (cinfo.jpeg_color_space == JCS_GRAYSCALE)