]> git.saurik.com Git - wxWidgets.git/commitdiff
Second part of '[ 1216148 ] cleanup: unused variables and declarations'.
authorWłodzimierz Skiba <abx@abx.art.pl>
Wed, 8 Jun 2005 14:37:40 +0000 (14:37 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Wed, 8 Jun 2005 14:37:40 +0000 (14:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34595 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/unix/sound.cpp

index 3ac2ea84629a81cf530e22f8e543c92e52d7c5af..8ef528b48991df484bd52c4054d3531c4c231056 100644 (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