From bf069ee5505da6a24952ab0198b66239ffe3358c Mon Sep 17 00:00:00 2001 From: NoSloppy <53964195+NoSloppy@users.noreply.github.com> Date: Sat, 7 Dec 2024 03:05:18 -0500 Subject: [PATCH] remove unused sounds (#707) --- props/saber_BC_buttons.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/props/saber_BC_buttons.h b/props/saber_BC_buttons.h index 15017db21..ccc9417f6 100644 --- a/props/saber_BC_buttons.h +++ b/props/saber_BC_buttons.h @@ -1142,12 +1142,7 @@ EFFECT(dim); // for EFFECT_POWERSAVE EFFECT(battery); // for EFFECT_BATTERY_LEVEL EFFECT(bmbegin); // for Begin Battle Mode EFFECT(bmend); // for End Battle Mode -EFFECT(vmbegin); // for Begin Volume Menu -EFFECT(vmend); // for End Volume Menu EFFECT(volup); // for increse volume -EFFECT(voldown); // for decrease volume -EFFECT(volmin); // for minimum volume reached -EFFECT(volmax); // for maximum volume reached EFFECT(push); // for Force Push gesture EFFECT(tr); // for EFFECT_TRANSITION_SOUND, use with User Effects. EFFECT(mute); // Notification before muted ignition to avoid confusion.