removed references to the emoji destroy sound

This commit is contained in:
milad 2019-09-11 12:50:49 -07:00
parent 275350c2fa
commit 4c340746c5
2 changed files with 0 additions and 1 deletions

View file

@ -48,7 +48,6 @@ var UTF_CODE = 0;
// Only plays a sound if it is downloaded.
// Only plays one sound at a time.
var emojiCreateSound = SoundCache.getSound(Script.resolvePath('resources/sounds/emojiPopSound1.wav'));
var emojiDestroySound = SoundCache.getSound(Script.resolvePath('resources/sounds/emojiPopSound2.wav'));
var injector;
var DEFAULT_VOLUME = 0.01;
var local = false;