cleanup/remove stray static _frameOffset

This commit is contained in:
Craig Hansen-Sturm 2014-09-14 12:32:48 -07:00
parent 089267a937
commit 0ba952b2f8

View file

@ -12,10 +12,9 @@
#ifndef hifi_AudioSourceTone_h
#define hifi_AudioSourceTone_h
// Implemenbts a Gordon-Smith oscillator
// Implements a two-pole Gordon-Smith oscillator
class AudioSourceTone
{
static uint32_t _frameOffset;
float32_t _frequency;
float32_t _amplitude;
float32_t _sampleRate;