diff --git a/stepmania/stepmania.nsi b/stepmania/stepmania.nsi index fa6f0b88f6..d6a80464f3 100644 --- a/stepmania/stepmania.nsi +++ b/stepmania/stepmania.nsi @@ -226,7 +226,6 @@ File "Program\msvcr70.dll" File "Program\msvcp70.dll" File "Program\jpeg.dll" File "Program\SDL.dll" -File "Program\SDL_image.dll" File "Program\avcodec.dll" File "Program\avformat.dll" File "Program\resample.dll" @@ -377,7 +376,6 @@ Delete "$INSTDIR\Program\msvcr70.dll" Delete "$INSTDIR\Program\msvcp70.dll" Delete "$INSTDIR\Program\jpeg.dll" Delete "$INSTDIR\Program\SDL.dll" -Delete "$INSTDIR\Program\SDL_image.dll" Delete "$INSTDIR\Program\avcodec.dll" Delete "$INSTDIR\Program\avformat.dll" Delete "$INSTDIR\Program\resample.dll"