Revert "Merge pull request #1888 from mwkroening/notes_loader-invalid_argument"

This reverts commit 56caf6da4b.
This commit is contained in:
quietly-turning
2021-08-14 21:25:27 +01:00
committed by Crystal Squirrel
parent 95aae05243
commit 6bd6963406
7 changed files with 12 additions and 25 deletions
-5
View File
@@ -23,11 +23,6 @@ void LightTransformHelper( const NoteData &in, NoteData &out, const vector<int>
* and makes it much easier to change NoteData internally in the future. */
namespace NoteDataUtil
{
/**
* @brief Whether a string can be interpreted as the provided signed integer
*/
bool StringInterpretsAs( const std::string& str, int integer );
NoteType GetSmallestNoteTypeForMeasure( const NoteData &nd, int iMeasureIndex );
NoteType GetSmallestNoteTypeInRange( const NoteData &nd, int iStartIndex, int iEndIndex );
void LoadFromSMNoteDataString( NoteData &out, const RString &sSMNoteData, bool bComposite );