synthio: remove if0'd code

thanks tannewt
This commit is contained in:
Jeff Epler 2023-05-22 21:50:52 -05:00
parent 8626130af7
commit 167aa30f12
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE
1 changed files with 0 additions and 10 deletions

View File

@ -303,13 +303,3 @@ const mp_obj_type_t synthio_lfo_type = {
.protocol = &lfo_proto,
),
};
#if 0
const mp_obj_type_t synthio_math_type = {
{ &mp_type_type },
.name = MP_QSTR_Math,
.make_new = synthio_math_make_new,
.locals_dict = (mp_obj_dict_t *)&synthio_math_locals_dict,
.print = math_print,
};
#endif