mirror of
https://github.com/vsariola/sointu.git
synced 2025-05-28 03:10:24 -04:00
style(tracker/gioui): remove old commented code
This commit is contained in:
parent
ec222bd67d
commit
3eb4d86d52
@ -425,19 +425,3 @@ func (te *NoteEditor) HandleMidiInput(t *Tracker) {
|
||||
}
|
||||
te.scrollTable.Table.SetCursor(te.scrollTable.Table.Cursor2())
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
case "+":
|
||||
if e.Modifiers.Contain(key.ModShortcut) {
|
||||
te.AddOctaveBtn.Action.Do()
|
||||
} else {
|
||||
te.AddSemitoneBtn.Action.Do()
|
||||
}
|
||||
case "-":
|
||||
if e.Modifiers.Contain(key.ModShortcut) {
|
||||
te.SubtractSemitoneBtn.Action.Do()
|
||||
} else {
|
||||
te.SubtractOctaveBtn.Action.Do()
|
||||
}
|
||||
}*/
|
||||
|
Loading…
Reference in New Issue
Block a user