Changes for nsSound mods. r=sfraser

This commit is contained in:
syd%netscape.com 2000-01-25 02:58:40 +00:00
parent c7f149bdf3
commit 531fc71b25

View File

@ -26,11 +26,7 @@
[scriptable, uuid(B148EED1-236D-11d3-B35C-00A0CC3C1CDE)]
interface nsISound : nsISupports
{
void Init();
void Play(in nsIURI aURI);
// void Stop();
void Beep();
};