(svn r7200) -Codechange: remove unneeded redraw (console.c), coding style, use FindWindowById
instead of _windows loop (viewport.c), remove dump-code (mixer.c), MSVC6 borkdness in stdafx.h, constness (viewport.c), variable localization (win32.c), comments (window.c)
This commit is contained in:
9
mixer.c
9
mixer.c
@@ -89,15 +89,6 @@ void MxMixSamples(void *buffer, uint samples)
|
||||
if (mc->samples_left == 0) MxCloseChannel(mc);
|
||||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
{
|
||||
static FILE *out = NULL;
|
||||
if (out == NULL)
|
||||
out = fopen("d:\\dump.raw", "wb");
|
||||
fwrite(buffer, samples * 4, 1, out);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
MixerChannel *MxAllocateChannel(void)
|
||||
|
||||
Reference in New Issue
Block a user