src/ofxAubioBeat.h: remove olf flag
authorPaul Brossier <piem@piem.org>
Sun, 25 Oct 2015 03:27:37 +0000 (04:27 +0100)
committerPaul Brossier <piem@piem.org>
Sun, 25 Oct 2015 03:27:37 +0000 (04:27 +0100)
src/ofxAubioBeat.h

index bcbdfda..8cc56c1 100644 (file)
@@ -40,7 +40,6 @@ class ofxAubioBeat : public ofxAubioBlock {
 
     private:
        void blockAudioIn();
-       bool beatFlag = false;
        // aubio stuff
        aubio_tempo_t * tempo;
 };