From a50465496c8b834508c2305ff001ed1a24280045 Mon Sep 17 00:00:00 2001 From: cam900 Date: Sat, 14 Jan 2023 11:51:10 +0900 Subject: [PATCH] Addressing commits --- src/engine/instrument.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/engine/instrument.h b/src/engine/instrument.h index ee355a6cb..23c353971 100644 --- a/src/engine/instrument.h +++ b/src/engine/instrument.h @@ -19,8 +19,6 @@ #ifndef _INSTRUMENT_H #define _INSTRUMENT_H -#include -#include "sample.h" #include "safeWriter.h" #include "dataErrors.h" #include "../ta-utils.h" @@ -379,7 +377,6 @@ struct DivInstrumentAmiga { freq(f), map(m) {} }; - short initSample; bool useNoteMap; bool useSample;