summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2022-03-24 11:59:22 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2022-03-24 11:59:22 +0000
commitdf9cc4e3d70afe522ca0a4e94d7b892bb9f65393 (patch)
tree72692bddc050b2786df008d5e9bd6072ba696b97 /include
parent3155a7e9db2d7d7c2349a12bc892fa9ff68c2338 (diff)
downloadlibnsbmp-df9cc4e3d70afe522ca0a4e94d7b892bb9f65393.tar.gz
API: Remove get_bpp bitmap callback.
We only support 32bpp output pixel format.
Diffstat (limited to 'include')
-rw-r--r--include/libnsbmp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libnsbmp.h b/include/libnsbmp.h
index 7e90b4a..ad683f0 100644
--- a/include/libnsbmp.h
+++ b/include/libnsbmp.h
@@ -62,8 +62,6 @@ typedef struct bmp_bitmap_callback_vt_s {
bmp_bitmap_cb_destroy bitmap_destroy;
/** Return a pointer to the pixel data in a bitmap. */
bmp_bitmap_cb_get_buffer bitmap_get_buffer;
- /** Find the width of a pixel row in bytes. */
- bmp_bitmap_cb_get_bpp bitmap_get_bpp;
} bmp_bitmap_callback_vt;
/**