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
This commit is contained in:
Włodzimierz Skiba
2005-06-08 14:37:40 +00:00
parent 963ad140d0
commit 8fbe65e96d

View File

@@ -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