From 92a8d680b2575266e212b41a0ee21dbadf265931 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 25 Oct 2015 04:27:37 +0100 Subject: [PATCH] src/ofxAubioBeat.h: remove olf flag --- src/ofxAubioBeat.h | 1 - 1 file changed, 1 deletion(-) 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; }; -- 2.11.0