summaryrefslogtreecommitdiff
path: root/shared-bindings
diff options
context:
space:
mode:
authorKevin Matocha <kmatocha@icloud.com>2020-08-21 16:13:18 -0500
committerKevin Matocha <kmatocha@icloud.com>2020-08-21 16:13:18 -0500
commit5b6313e642f90be13351a58e9a8d0ef325bdeb35 (patch)
tree344d5c7bb1a90d767793f92ae9d269a9293678fa /shared-bindings
parentf1fb2cde175c72d9b4fc6c88b07bf45e21376cf7 (diff)
More tweaks to try to fix documentation failing
Diffstat (limited to 'shared-bindings')
-rw-r--r--shared-bindings/displayio/Bitmap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shared-bindings/displayio/Bitmap.c b/shared-bindings/displayio/Bitmap.c
index dad8beeaf..c13ed0407 100644
--- a/shared-bindings/displayio/Bitmap.c
+++ b/shared-bindings/displayio/Bitmap.c
@@ -189,7 +189,6 @@ STATIC mp_obj_t bitmap_subscr(mp_obj_t self_in, mp_obj_t index_obj, mp_obj_t val
//| set to None to copy all pixels"""
//| ...
//|
-
STATIC mp_obj_t displayio_bitmap_obj_blit(size_t n_args, const mp_obj_t *pos_args, mp_map_t *kw_args){
enum {ARG_x, ARG_y, ARG_source, ARG_x1, ARG_y1, ARG_x2, ARG_y2, ARG_skip_index};
static const mp_arg_t allowed_args[] = {