From 59d56b169bed9989a519c9007f3b78a0bb304630 Mon Sep 17 00:00:00 2001 From: Kagamiin~ Date: Wed, 25 Oct 2023 17:33:57 -0300 Subject: [PATCH] Removing stray space --- src/engine/instrument.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/engine/instrument.h b/src/engine/instrument.h index 40559cf59..244b104c0 100644 --- a/src/engine/instrument.h +++ b/src/engine/instrument.h @@ -151,8 +151,6 @@ enum DivMacroTypeOp: unsigned char { // - AM, AR, DR, MULT (CRS), RR, SL, TL, DT2, RS, DT, D2R // - WS, DVB = MULT (FINE), DAM = REV, KSL = EGShift, EGT = Fixed - - struct DivInstrumentFM { unsigned char alg, fb, fms, ams, fms2, ams2, ops, opllPreset; bool fixedDrums;