We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e18e5b2 commit cef94d7Copy full SHA for cef94d7
1 file changed
shared-module/audiofilters/Distortion.c
@@ -79,9 +79,6 @@ bool common_hal_audiofilters_distortion_deinited(audiofilters_distortion_obj_t *
79
}
80
81
void common_hal_audiofilters_distortion_deinit(audiofilters_distortion_obj_t *self) {
82
- if (common_hal_audiofilters_distortion_deinited(self)) {
83
- return;
84
- }
85
self->buffer[0] = NULL;
86
self->buffer[1] = NULL;
87
0 commit comments