summaryrefslogtreecommitdiff
path: root/include/netsurf
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2022-03-24 15:29:27 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2022-03-24 15:29:27 +0000
commitc2d72d1e9361b3017872e5aff16cfe9a894f3048 (patch)
tree2803d167f65dcd77607660154f4ea9d3a643c052 /include/netsurf
parenteca8c260a8746470ee068bb4b751b0109e663ee2 (diff)
downloadnetsurf-c2d72d1e9361b3017872e5aff16cfe9a894f3048.tar.gz
netsurf-c2d72d1e9361b3017872e5aff16cfe9a894f3048.tar.bz2
Include: Bitmap: Remove unused save callback.
Diffstat (limited to 'include/netsurf')
-rw-r--r--include/netsurf/bitmap.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/netsurf/bitmap.h b/include/netsurf/bitmap.h
index e10e2ce1e..db207cf58 100644
--- a/include/netsurf/bitmap.h
+++ b/include/netsurf/bitmap.h
@@ -142,15 +142,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.
*
* \param bitmap The bitmap set as modified.