RISC OS: Drop bitmap save callback entry; core doesn't use it.

This commit is contained in:
Michael Drake 2022-03-24 15:28:36 +00:00
parent 8e57f2a2f5
commit e104fd798b

View File

@ -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,
};