We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8626130 commit 167aa30Copy full SHA for 167aa30
shared-bindings/synthio/LFO.c
@@ -303,13 +303,3 @@ const mp_obj_type_t synthio_lfo_type = {
303
.protocol = &lfo_proto,
304
),
305
};
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