From: Paul Brossier Date: Sun, 25 Oct 2015 03:27:37 +0000 (+0100) Subject: src/ofxAubioBeat.h: remove olf flag X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=92a8d680b2575266e212b41a0ee21dbadf265931;p=ofxAubio.git src/ofxAubioBeat.h: remove olf flag --- diff --git a/src/ofxAubioBeat.h b/src/ofxAubioBeat.h index bcbdfda..8cc56c1 100644 --- a/src/ofxAubioBeat.h +++ b/src/ofxAubioBeat.h @@ -40,7 +40,6 @@ class ofxAubioBeat : public ofxAubioBlock { private: void blockAudioIn(); - bool beatFlag = false; // aubio stuff aubio_tempo_t * tempo; };