ref: 9cbd880b3085fe0661b581ee48798db9bebde928
parent: 326bc5d8cb7a619f0c9981bf57951a1e68146053
author: Olav Sørensen <olav.sorensen@live.no>
date: Mon Aug 2 07:37:57 EDT 2021
Remove unused data
--- a/src/pt2_audio.h
+++ b/src/pt2_audio.h
@@ -11,7 +11,7 @@
bool forceMixerOff;
uint32_t outputRate, audioBufferSize;
- int64_t tickSampleCounter64, samplesPerTick64, samplesPerTick64Tab[256-32];
+ int64_t tickSampleCounter64, samplesPerTick64;
int64_t bpmTable[256-32], bpmTable28kHz[256-32], bpmTable22kHz[256-32], bpmTableMod2Wav[256-32]; // 32.32 fixed-point
double dPeriodToDeltaDiv;