Skip to content

Commit cef94d7

Browse files
committed
Remove unnecessary deinit check.
1 parent e18e5b2 commit cef94d7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

shared-module/audiofilters/Distortion.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ bool common_hal_audiofilters_distortion_deinited(audiofilters_distortion_obj_t *
7979
}
8080

8181
void common_hal_audiofilters_distortion_deinit(audiofilters_distortion_obj_t *self) {
82-
if (common_hal_audiofilters_distortion_deinited(self)) {
83-
return;
84-
}
8582
self->buffer[0] = NULL;
8683
self->buffer[1] = NULL;
8784
}

0 commit comments

Comments
 (0)