From: <sv...@op...> - 2024-07-20 18:41:49
|
Author: sagamusix Date: Sat Jul 20 20:41:38 2024 New Revision: 21207 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21207 Log: [Ref] Remove commont about no-longer fishy condition. Modified: trunk/OpenMPT/soundlib/Snd_fx.cpp Modified: trunk/OpenMPT/soundlib/Snd_fx.cpp ============================================================================== --- trunk/OpenMPT/soundlib/Snd_fx.cpp Sat Jul 20 19:05:52 2024 (r21206) +++ trunk/OpenMPT/soundlib/Snd_fx.cpp Sat Jul 20 20:41:38 2024 (r21207) @@ -6760,7 +6760,6 @@ PLUGINDEX plug = 0; if(chn.pModInstrument != nullptr) { - // TODO this looks fishy. Shouldn't it check the mute status of the instrument itself?! if(respectMutes == RespectMutes && chn.pModInstrument->dwFlags[INS_MUTE]) plug = 0; else |