1
0
Fork 0

Removed help line

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1330
This commit is contained in:
Sjoerd van der Berg 2003-10-14 23:03:01 +00:00
parent b1fe464f4f
commit 57d6fa9b64

View file

@ -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<Section_prop *>(sec);
/* Read out config section */
mixer.freq=section->Get_int("rate");