Replaced a few single-line "//" comments.

This commit is contained in:
Ryan C. Gordon
2017-01-07 17:09:14 -05:00
parent e25f4e507d
commit 61a3ba303c
6 changed files with 8 additions and 9 deletions

View File

@@ -434,7 +434,6 @@ CreateCaptureBuffer(_THIS, const DWORD bufsize, WAVEFORMATEX *wfmt)
LPDIRECTSOUNDCAPTURE capture = this->hidden->capture;
LPDIRECTSOUNDCAPTUREBUFFER *capturebuf = &this->hidden->capturebuf;
DSCBUFFERDESC format;
// DWORD junk, cursor;
HRESULT result;
SDL_zero(format);