This commit is contained in:
Glenn Maynard
2003-11-14 17:21:02 +00:00
parent 04db23649c
commit 400f8a45a5
2 changed files with 0 additions and 12 deletions
-1
View File
@@ -58,7 +58,6 @@ bool SnapDisplay::PrevSnapMode()
bool SnapDisplay::NextSnapMode()
{
if( m_NoteType == NOTE_TYPE_64TH ) // this is the smallest snap we should allow
// MD 11/02/03 - changed to 64ths because support for 48ths and 64ths comes in today.
return false;
m_NoteType = NoteType(m_NoteType+1);