mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-25 05:27:00 +03:00
GUI: Bitmap bytes per pixel callback is not required now.
This commit is contained in:
parent
a4cb24ed46
commit
1d9526d44d
@ -580,10 +580,6 @@ static nserror verify_bitmap_register(struct gui_bitmap_table *gbt)
|
||||
return NSERROR_BAD_PARAMETER;
|
||||
}
|
||||
|
||||
if (gbt->get_bpp == NULL) {
|
||||
return NSERROR_BAD_PARAMETER;
|
||||
}
|
||||
|
||||
if (gbt->save == NULL) {
|
||||
return NSERROR_BAD_PARAMETER;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user