Changes for nsSound mods. r=sfraser

git-svn-id: svn://10.0.0.236/trunk@58524 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
syd%netscape.com
2000-01-25 02:58:40 +00:00
parent 7767924d1c
commit 050cf514c2

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();
};