From 57d6fa9b6496bb98f16c2d033823faa020732740 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Tue, 14 Oct 2003 23:03:01 +0000 Subject: [PATCH] Removed help line Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1330 --- src/hardware/mixer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hardware/mixer.cpp b/src/hardware/mixer.cpp index a0062554..f3cc674a 100644 --- a/src/hardware/mixer.cpp +++ b/src/hardware/mixer.cpp @@ -304,7 +304,6 @@ static void MIXER_Stop(Section* sec) { void MIXER_Init(Section* sec) { sec->AddDestroyFunction(&MIXER_Stop); - MSG_Add("MIXER_CONFIGFILE_HELP","Nothing to setup yet!\n"); Section_prop * section=static_cast(sec); /* Read out config section */ mixer.freq=section->Get_int("rate");