From: Włodzimierz Skiba Date: Wed, 8 Jun 2005 14:37:40 +0000 (+0000) Subject: Second part of '[ 1216148 ] cleanup: unused variables and declarations'. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8fbe65e96de24d94a071a351899048a6010b8a4c Second part of '[ 1216148 ] cleanup: unused variables and declarations'. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34595 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/unix/sound.cpp b/src/unix/sound.cpp index 3ac2ea8462..8ef528b489 100644 --- a/src/unix/sound.cpp +++ b/src/unix/sound.cpp @@ -413,7 +413,7 @@ bool wxSoundSyncOnlyAdaptor::IsPlaying() const #if wxUSE_THREADS return m_status.m_playing; #else - return FALSE; + return false; #endif } @@ -620,7 +620,6 @@ typedef struct wxUint16 uiBitsPerSample; } WAVEFORMAT; -#define MONO 1 // and stereo is 2 by wav format #define WAVE_FORMAT_PCM 1 #define WAVE_INDEX 8 #define FMT_INDEX 12