summaryrefslogtreecommitdiff
path: root/include/netsurf
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2022-03-24 13:01:41 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2022-03-24 13:03:19 +0000
commit6f591aceafc1a0214966340813a626ee08aa022e (patch)
treec27bce3852d22a175ea2782436beec2f479b71c5 /include/netsurf
parenta65186f7a880dffc516675202f8f8a0aaf0bfa75 (diff)
downloadnetsurf-6f591aceafc1a0214966340813a626ee08aa022e.tar.gz
netsurf-6f591aceafc1a0214966340813a626ee08aa022e.tar.bz2
Include: Bitmap: Drop get_bpp from bitmap operation table.
Core bitmaps have always been 32bpp.
Diffstat (limited to 'include/netsurf')
-rw-r--r--include/netsurf/bitmap.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/netsurf/bitmap.h b/include/netsurf/bitmap.h
index f5de51423..d95a172d6 100644
--- a/include/netsurf/bitmap.h
+++ b/include/netsurf/bitmap.h
@@ -143,13 +143,6 @@ struct gui_bitmap_table {
int (*get_height)(void *bitmap);
/**
- * Get the *bytes* per pixel.
- *
- * \param bitmap The bitmap
- */
- size_t (*get_bpp)(void *bitmap);
-
- /**
* Save a bitmap to disc.
*
* \param bitmap The bitmap to save