mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-18 18:23:25 +03:00
RISC OS: Drop bitmap save callback entry; core doesn't use it.
This commit is contained in:
parent
8e57f2a2f5
commit
e104fd798b
@ -864,7 +864,6 @@ static struct gui_bitmap_table bitmap_table = {
|
||||
.get_rowstride = bitmap_get_rowstride,
|
||||
.get_width = bitmap_get_width,
|
||||
.get_height = bitmap_get_height,
|
||||
.save = riscos_bitmap_save,
|
||||
.modified = bitmap_modified,
|
||||
.render = riscos_bitmap_render,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user