summaryrefslogtreecommitdiff
path: root/shared-module/vectorio/VectorShape.c
diff options
context:
space:
mode:
authorDavePutz <dwputz@gmail.com>2021-03-08 23:28:21 -0600
committerGitHub <noreply@github.com>2021-03-08 23:28:21 -0600
commit6f4510d7aaf0a9182fd815f582d272de2f7611cc (patch)
tree028ac0f1534c97fa46c05c8624853d469e52bb8e /shared-module/vectorio/VectorShape.c
parent576da73a17bd6847e93efcf4260a787813ccdf45 (diff)
parent775f1b9e0d72469e2762dd582474fb7a4937ad0d (diff)
Merge branch 'main' into issue_4111
Diffstat (limited to 'shared-module/vectorio/VectorShape.c')
-rw-r--r--shared-module/vectorio/VectorShape.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/shared-module/vectorio/VectorShape.c b/shared-module/vectorio/VectorShape.c
index 81f46b3fa..b5d36339e 100644
--- a/shared-module/vectorio/VectorShape.c
+++ b/shared-module/vectorio/VectorShape.c
@@ -93,20 +93,6 @@ void common_hal_vectorio_vector_shape_set_dirty(void *vector_shape) {
}
-static displayio_buffer_transform_t null_transform = {
- .x = 0,
- .y = 0,
- .dx = 1,
- .dy = 1,
- .scale = 1,
- .width = 0,
- .height = 0,
- .mirror_x = false,
- .mirror_y = false,
- .transpose_xy = false
-};
-
-
void common_hal_vectorio_vector_shape_construct(vectorio_vector_shape_t *self,
vectorio_ishape_t ishape,
mp_obj_t pixel_shader, uint16_t x, uint16_t y) {