diff --git a/stepmania/stepmania.nsi b/stepmania/stepmania.nsi index 2e8cd3f1e5..56b084e6af 100644 --- a/stepmania/stepmania.nsi +++ b/stepmania/stepmania.nsi @@ -309,7 +309,6 @@ Section "Main Section" SecMain File "Program\jpeg.dll" File "Program\avcodec.dll" File "Program\avformat.dll" - File "Program\resample.dll" File "Program\dbghelp.dll" File "Program\zlib1.dll" @@ -635,7 +634,6 @@ Section "Uninstall" Delete "$INSTDIR\Program\jpeg.dll" Delete "$INSTDIR\Program\avcodec.dll" Delete "$INSTDIR\Program\avformat.dll" - Delete "$INSTDIR\Program\resample.dll" Delete "$INSTDIR\Program\dbghelp.dll" Delete "$INSTDIR\Program\zlib1.dll" Delete "$INSTDIR\Program\lua.dll"