diff --git a/src/_Internal.h b/src/_Internal.h index 64d8330..ca39d09 100644 --- a/src/_Internal.h +++ b/src/_Internal.h @@ -555,9 +555,6 @@ struct DmPerformance { double tempo; DmMessage_Chord chord; DmTimeSignature time_signature; - - int pitch_bend_reset; - float volume_reset; }; DMINT void* Dm_alloc(size_t len);