We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a205e commit c637ec9Copy full SHA for c637ec9
1 file changed
shared-bindings/gifio/OnDiskGif.h
@@ -38,7 +38,6 @@ uint32_t common_hal_gifio_ondiskgif_get_pixel(gifio_ondiskgif_t *bitmap,
38
int16_t x, int16_t y);
39
40
uint16_t common_hal_gifio_ondiskgif_get_height(gifio_ondiskgif_t *self);
41
-mp_obj_t common_hal_gifio_ondiskgif_get_pixel_shader(gifio_ondiskgif_t *self);
42
mp_obj_t common_hal_gifio_ondiskgif_get_bitmap(gifio_ondiskgif_t *self);
43
uint16_t common_hal_gifio_ondiskgif_get_width(gifio_ondiskgif_t *self);
44
uint8_t common_hal_gifio_ondiskgif_next_frame(gifio_ondiskgif_t *self, bool setDirty);
0 commit comments