summaryrefslogtreecommitdiff
path: root/content/handlers
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2022-03-24 12:01:53 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2022-03-24 12:01:53 +0000
commita4cb24ed46e1893799a2426513c419a24143e531 (patch)
tree04bbb34d71234fed4ee72745d7ab0ca1bf029939 /content/handlers
parentb6238c6c5c82322b94943ffa446f1c1bf77fcea3 (diff)
downloadnetsurf-a4cb24ed46e1893799a2426513c419a24143e531.tar.gz
netsurf-a4cb24ed46e1893799a2426513c419a24143e531.tar.bz2
Image: ICO: Update for new libnsbmp API.
Diffstat (limited to 'content/handlers')
-rw-r--r--content/handlers/image/ico.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/handlers/image/ico.c b/content/handlers/image/ico.c
index 2d839b1d1..63ca254ba 100644
--- a/content/handlers/image/ico.c
+++ b/content/handlers/image/ico.c
@@ -71,7 +71,6 @@ static nserror nsico_create_ico_data(nsico_content *c)
.bitmap_create = nsico_bitmap_create,
.bitmap_destroy = guit->bitmap->destroy,
.bitmap_get_buffer = guit->bitmap->get_buffer,
- .bitmap_get_bpp = guit->bitmap->get_bpp
};
c->ico = calloc(sizeof(ico_collection), 1);