Skip to content

Commit 5b6313e

Browse files
committed
More tweaks to try to fix documentation failing
1 parent f1fb2cd commit 5b6313e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shared-bindings/displayio/Bitmap.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ STATIC mp_obj_t bitmap_subscr(mp_obj_t self_in, mp_obj_t index_obj, mp_obj_t val
189189
//| set to None to copy all pixels"""
190190
//| ...
191191
//|
192-
193192
STATIC mp_obj_t displayio_bitmap_obj_blit(size_t n_args, const mp_obj_t *pos_args, mp_map_t *kw_args){
194193
enum {ARG_x, ARG_y, ARG_source, ARG_x1, ARG_y1, ARG_x2, ARG_y2, ARG_skip_index};
195194
static const mp_arg_t allowed_args[] = {

0 commit comments

Comments
 (0)