mirror of
https://github.com/vsariola/sointu.git
synced 2025-06-04 01:28:45 -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())
|
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…
x
Reference in New Issue
Block a user