summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick_automake/dependencies/arts/debian/patches/15_no_warning.diff
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/maverick_automake/dependencies/arts/debian/patches/15_no_warning.diff')
-rw-r--r--ubuntu/maverick_automake/dependencies/arts/debian/patches/15_no_warning.diff16
1 files changed, 0 insertions, 16 deletions
diff --git a/ubuntu/maverick_automake/dependencies/arts/debian/patches/15_no_warning.diff b/ubuntu/maverick_automake/dependencies/arts/debian/patches/15_no_warning.diff
deleted file mode 100644
index 5341768c9..000000000
--- a/ubuntu/maverick_automake/dependencies/arts/debian/patches/15_no_warning.diff
+++ /dev/null
@@ -1,16 +0,0 @@
---- a/soundserver/artsd.cc
-+++ b/soundserver/artsd.cc
-@@ -296,9 +296,10 @@
-
- if(cfgForceStart && !AudioSubSystem::the()->check())
- {
-- warnNullDevice = "Error while initializing the sound driver:\n";
-- warnNullDevice += AudioSubSystem::the()->error();
-- warnNullDevice += "\n\nThe sound server will continue, using the null output device.";
-+ //Don't show an error (this looks bad and may confuse users without sound cards), kmix makes it obvious if sound isn't working
-+ //warnNullDevice = "Error while initializing the sound driver:\n";
-+ //warnNullDevice += AudioSubSystem::the()->error();
-+ //warnNullDevice += "\n\nThe sound server will continue, using the null output device.";
-
- AudioSubSystem::the()->audioIO("null");
- }