1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-25 02:04:23 +00:00

Minor code clean-ups

This commit is contained in:
Julian Storer 2010-08-27 22:16:14 +01:00
parent 76a92c0c26
commit 32081a387c
30 changed files with 240 additions and 279 deletions

View file

@ -27,9 +27,6 @@
// compiled on its own).
#if JUCE_INCLUDED_FILE && JUCE_ALSA
//==============================================================================
static const int maxNumChans = 64;
//==============================================================================
static void getDeviceSampleRates (snd_pcm_t* handle, Array <int>& rates)