From 18a77356a424511e7ae1865d1554d20b4b5c51fb Mon Sep 17 00:00:00 2001 From: Comment Date: Tue, 5 Nov 2013 22:33:22 +0000 Subject: clean up compiler warnings --- rotord/src/graph.h | 1 - 1 file changed, 1 deletion(-) (limited to 'rotord/src/graph.h') diff --git a/rotord/src/graph.h b/rotord/src/graph.h index 4dcd254..ad2c59d 100644 --- a/rotord/src/graph.h +++ b/rotord/src/graph.h @@ -147,7 +147,6 @@ namespace Rotor { int channels= loader.get_number_channels(); int bits = loader.get_bit_depth(); at.init(channels,bits,samples,rate); - bool finished=false; uint16_t *audio=new uint16_t[1024*loader.get_number_channels()]; uint64_t sample=0; while (loader.get_samples(audio,sample,1024)) { -- cgit v1.2.3