Skip to content

Commit 167aa30

Browse files
committed
synthio: remove if0'd code
thanks tannewt
1 parent 8626130 commit 167aa30

File tree

1 file changed

+0
-10
lines changed
  • shared-bindings/synthio

1 file changed

+0
-10
lines changed

shared-bindings/synthio/LFO.c

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -303,13 +303,3 @@ const mp_obj_type_t synthio_lfo_type = {
303303
.protocol = &lfo_proto,
304304
),
305305
};
306-
307-
#if 0
308-
const mp_obj_type_t synthio_math_type = {
309-
{ &mp_type_type },
310-
.name = MP_QSTR_Math,
311-
.make_new = synthio_math_make_new,
312-
.locals_dict = (mp_obj_dict_t *)&synthio_math_locals_dict,
313-
.print = math_print,
314-
};
315-
#endif

0 commit comments

Comments
 (0)