From c2d72d1e9361b3017872e5aff16cfe9a894f3048 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 24 Mar 2022 15:29:27 +0000 Subject: Include: Bitmap: Remove unused save callback. --- include/netsurf/bitmap.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include/netsurf') 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 @@ -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. * -- cgit v1.2.3