diff --git a/stepmania/src/SConscript b/stepmania/src/SConscript index bb1e1b4f03..0f1ca8cec9 100644 --- a/stepmania/src/SConscript +++ b/stepmania/src/SConscript @@ -649,12 +649,10 @@ Rage = PCRE + RageFile + RageSoundFileReaders + [ "RageSurface.cpp", "RageSurfaceUtils.cpp", "RageSurfaceUtils_Dither.cpp", - "RageSurface_Save_JPEG.cpp", "RageSurfaceUtils_Palettize.cpp", "RageSurfaceUtils_Zoom.cpp", "RageSurface_Load.cpp", "RageSurface_Load_PNG.cpp", # XXX: Do we have libraries for all these image formats in the tree or something? - "RageSurface_Load_JPEG.cpp", "RageSurface_Load_GIF.cpp", "RageSurface_Load_BMP.cpp", "RageSurface_Load_XPM.cpp",