remove guitar cruft
There was a bunch of code for handling guitar-specific input such as hammer-ons/pull-offs and strumming. Given that guitar was removed, and as far as I understand, will not be added back into SM5, it makes sense to remove code that had no other use.
This commit is contained in:
@@ -182,8 +182,6 @@ namespace NoteDataUtil
|
||||
|
||||
bool GetNextEditorPosition( const NoteData& in, int &rowInOut );
|
||||
bool GetPrevEditorPosition( const NoteData& in, int &rowInOut );
|
||||
|
||||
void SetHopoPossibleFlags( const Song *pSong, NoteData& ndInOut );
|
||||
|
||||
/** @brief Count the number of hold ticks that will fire, assuming that tickholds are on.
|
||||
* @param td The TimingData from the relevant Steps. */
|
||||
|
||||
Reference in New Issue
Block a user