mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 19:25:16 -05:00
Remove unused function
This commit is contained in:
parent
f6c6bc4032
commit
770edb7c75
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue