mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 23:39:51 +03:00
Include: Bitmap: Remove unused save callback.
This commit is contained in:
parent
eca8c260a8
commit
c2d72d1e93
@ -141,15 +141,6 @@ struct gui_bitmap_table {
|
||||
*/
|
||||
int (*get_height)(void *bitmap);
|
||||
|
||||
/**
|
||||
* Save a bitmap to disc.
|
||||
*
|
||||
* \param bitmap The bitmap to save
|
||||
* \param path The path to save the bitmap to.
|
||||
* \param flags Flags affecting the save.
|
||||
*/
|
||||
bool (*save)(void *bitmap, const char *path, unsigned flags);
|
||||
|
||||
/**
|
||||
* Marks a bitmap as modified.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user