remove incorrect comment

This commit is contained in:
Paul Davis
2025-06-30 18:19:04 -06:00
parent baf41a65c3
commit e2a6b81320

View File

@@ -100,7 +100,6 @@ class MidiViewBackground : public virtual ViewBackground
}
int note_to_y (uint8_t note) const {
/* Note: this effectively rounds down (truncates) due to integer arithmetic */
return (highest_note() - note) * note_height();
}