diff --git a/stepmania/src/RageUtil.h b/stepmania/src/RageUtil.h index 857eec2d1f..79f5ec0dad 100644 --- a/stepmania/src/RageUtil.h +++ b/stepmania/src/RageUtil.h @@ -505,21 +505,6 @@ void FileWrite( RageFileBasic& f, float fWrite ); bool FileCopy( const RString &sSrcFile, const RString &sDstFile ); bool FileCopy( RageFileBasic &in, RageFileBasic &out, RString &sError, bool *bReadError = NULL ); -template -bool VectorsAreEqual( const T &a, const T &b ) -{ - if( a.size() != b.size() ) - return false; - - for( unsigned i=0; i void GetAsNotInBs( const vector &as, const vector &bs, vector &difference ) {