Revert "Merge pull request #1888 from mwkroening/notes_loader-invalid_argument"
This reverts commit 56caf6da4b.
This commit is contained in:
committed by
Crystal Squirrel
parent
95aae05243
commit
6bd6963406
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user