Skip to content

Commit 8bbab01

Browse files
committed
Remove unneeded lines
1 parent 56aad05 commit 8bbab01

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

shared-bindings/displayio/Display.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -373,10 +373,6 @@ const mp_obj_property_t displayio_display_bus_obj = {
373373
};
374374

375375

376-
#include "py/objarray.h"
377-
mp_obj_array_t *array_new(char typecode, size_t n);
378-
mp_obj_t array_subscr(mp_obj_t self_in, mp_obj_t index_in, mp_obj_t value);
379-
380376
//| .. method:: fill_row(y, buffer)
381377
//|
382378
//| Extract the pixels from a single row

0 commit comments

Comments
 (0)