warning-free compilation

This commit is contained in:
tildearrow 2021-12-14 12:33:26 -05:00
parent 9da9ed3cd7
commit bde8a7f79d
16 changed files with 28 additions and 35 deletions

View file

@ -9,9 +9,6 @@ class TAAudioSDL: public TAAudio {
SDL_AudioSpec ac, ar;
SDL_AudioDeviceID ai;
float** iInBufs;
float** iOutBufs;
public:
void onProcess(unsigned char* buf, int nframes);