Removed help line
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1330
This commit is contained in:
parent
b1fe464f4f
commit
57d6fa9b64
1 changed files with 0 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue