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");