From d0896e7e7e918a8e73ae63636bb34b9dd8042570 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Tue, 3 Nov 2015 07:41:10 -0800 Subject: Remove obsolete TODO --- ym2612.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ym2612.c') diff --git a/ym2612.c b/ym2612.c index ed4280b..45da6fe 100644 --- a/ym2612.c +++ b/ym2612.c @@ -344,7 +344,6 @@ void ym_run(ym2612_context * context, uint32_t to_cycle) //printf("updating operator %d of channel %d\n", op, channel); ym_operator * operator = context->operators + op; ym_channel * chan = context->channels + channel; - //TODO: Modulate phase by LFO if necessary uint16_t phase = operator->phase_counter >> 10 & 0x3FF; operator->phase_counter += operator->phase_inc; if (chan->pms) { -- cgit v1.2.3