From 29c9cbe690a7f2bc266b79d914a96a8f30141c47 Mon Sep 17 00:00:00 2001 From: Ben Anderson Date: Thu, 2 Feb 2006 03:48:40 +0000 Subject: [PATCH] Remove JPEG dupes (oops) --- stepmania/src/SConscript | 2 -- 1 file changed, 2 deletions(-) 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",