Skip to content

Commit c637ec9

Browse files
committed
Removed forgotten func defn
1 parent b2a205e commit c637ec9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shared-bindings/gifio/OnDiskGif.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ uint32_t common_hal_gifio_ondiskgif_get_pixel(gifio_ondiskgif_t *bitmap,
3838
int16_t x, int16_t y);
3939

4040
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);
4241
mp_obj_t common_hal_gifio_ondiskgif_get_bitmap(gifio_ondiskgif_t *self);
4342
uint16_t common_hal_gifio_ondiskgif_get_width(gifio_ondiskgif_t *self);
4443
uint8_t common_hal_gifio_ondiskgif_next_frame(gifio_ondiskgif_t *self, bool setDirty);

0 commit comments

Comments
 (0)