From c13358d96f38c8b0b61e959a905a30cdf5ee03b0 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sun, 10 Apr 2022 15:31:32 -0500 Subject: [PATCH] part 1 --- src/engine/engine.h | 4 ++-- src/engine/instrument.h | 7 ------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/src/engine/engine.h b/src/engine/engine.h index dd9bf25ca..89f6ff732 100644 --- a/src/engine/engine.h +++ b/src/engine/engine.h @@ -42,8 +42,8 @@ #define BUSY_BEGIN_SOFT softLocked=true; isBusy.lock(); #define BUSY_END isBusy.unlock(); softLocked=false; -#define DIV_VERSION "dev80" -#define DIV_ENGINE_VERSION (80/*Test*/|0x80) +#define DIV_VERSION "dev81" +#define DIV_ENGINE_VERSION 81 // for imports #define DIV_VERSION_MOD 0xff01 diff --git a/src/engine/instrument.h b/src/engine/instrument.h index b292b536f..e12da09d5 100644 --- a/src/engine/instrument.h +++ b/src/engine/instrument.h @@ -417,13 +417,6 @@ struct DivInstrument { */ void putInsData(SafeWriter* w); - /** - * save the macro to a SafeWriter. - * @param m the macro. - * @param w the SafeWriter in question. - */ - void putMacroData(DivInstrumentMacro m, SafeWriter* w); - /** * read instrument data in .fui format. * @param reader the reader.