We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd321fe commit ffae82dCopy full SHA for ffae82d
1 file changed
shared-module/audiofilters/Filter.c
@@ -50,9 +50,6 @@ void common_hal_audiofilters_filter_construct(audiofilters_filter_obj_t *self,
50
51
// The below section sets up the effect's starting values.
52
53
- if (filter == MP_OBJ_NULL) {
54
- filter = mp_const_none;
55
- }
56
common_hal_audiofilters_filter_set_filter(self, filter);
57
58
synthio_block_assign_slot(mix, &self->mix, MP_QSTR_mix);
0 commit comments