Skip to content

Commit

Permalink
remove redundant sound
Browse files Browse the repository at this point in the history
  • Loading branch information
profezzorn committed Jul 19, 2024
1 parent 0a86ea7 commit a8531c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sound/sound_library.h
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,6 @@ class SoundLibraryV2Template : public SoundLibraryTemplate<SPEC> {
ADD_SL_SOUND(MovePresetDown, "mmpsetdn");
ADD_SL_SOUND(MovePresetToBeginning, "mmpsetbg");
ADD_SL_SOUND(PresetInserted, "mpsetins");
ADD_SL_SOUND(SelectPreset, "mselpset");
ADD_SL_SOUND(Preset, "mpset");
ADD_SL_SOUND(EditPresets, "medpsets");

Expand Down

0 comments on commit a8531c6

Please sign in to comment.