Remove unused function

This commit is contained in:
Hyper_ 2024-10-04 13:20:55 -03:00 committed by Hyper_
parent f6c6bc4032
commit 770edb7c75

View file

@ -6425,11 +6425,6 @@ class ChartEditorState extends UIState // UIState derives from MusicBeatState
audioVocalTrackGroup.clear();
}
function getStackedNotes()
{
for (note in renderedNotes) {}
}
function isNoteSelected(note:Null<SongNoteData>):Bool
{
return note != null && currentNoteSelection.indexOf(note) != -1;