diff --git a/stepmania/src/RageUtil.cpp b/stepmania/src/RageUtil.cpp index 517efa4136..21063b2dad 100644 --- a/stepmania/src/RageUtil.cpp +++ b/stepmania/src/RageUtil.cpp @@ -998,8 +998,6 @@ RString DerefRedir( const RString &_path ) if( sNewFileName == "" ) return RString(); - FixSlashesInPlace( sNewFileName ); - RString sPath2 = Dirname(sPath) + sNewFileName; CollapsePath( sPath2 );