$NetBSD: patch-be,v 1.1 2010/05/11 11:42:45 yhardy Exp $

Disable all sound support for now since it causes
crashes and doesn't work correctly anyway ...

--- widget/src/gtk2/nsSound.cpp.orig	2010-03-15 14:56:04.000000000 +0000
+++ widget/src/gtk2/nsSound.cpp
@@ -149,6 +149,8 @@ nsSound::Init()
 
     mInited = PR_TRUE;
 
+    return NS_OK;
+
     if (!elib) {
         elib = PR_LoadLibrary("libesd.so.0");
         if (elib) {
