Skip to content

Commit 907de55

Browse files
committed
Update ArdCommonOut.cpp
1 parent d5536cf commit 907de55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ArdCommonOut.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ void ArdCommonOut :: tick( const StkFloat sample )
2020

2121
void ArdCommonOut :: tick( const StkFrames& frames )
2222
{
23-
unsigned int j;
2423
unsigned int iFrames = 0;
2524
for ( unsigned int i=0; i<frames.frames(); i++ ) {
2625
StkFloat sample = frames[iFrames++];

0 commit comments

Comments
 (0)