We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36626ce commit 58efa4eCopy full SHA for 58efa4e
Meter.c
@@ -451,9 +451,6 @@ void Meter_setMode(Meter* this, MeterModeId modeIndex) {
451
}
452
453
uint32_t supportedModes = Meter_supportedModes(this);
454
- if (!supportedModes) {
455
- supportedModes = METERMODE_DEFAULT_SUPPORTED;
456
- }
457
assert(supportedModes);
458
assert(!(supportedModes & (1 << 0)));
459
@@ -480,9 +477,6 @@ void Meter_setMode(Meter* this, MeterModeId modeIndex) {
480
477
481
478
MeterModeId Meter_nextSupportedMode(const Meter* this) {
482
479
483
484
485
486
487
488
assert(this->mode < UINT32_WIDTH);
0 commit comments