From 4a4a442e6cd0a4f9eecd1608bc4fff7cf3cec7a0 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 4 May 2016 15:29:09 +0100 Subject: remove unused windows pretile code and plotter API use --- windows/bitmap.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'windows/bitmap.h') diff --git a/windows/bitmap.h b/windows/bitmap.h index 434c5e992..c723159e1 100644 --- a/windows/bitmap.h +++ b/windows/bitmap.h @@ -20,8 +20,6 @@ #ifndef _NETSURF_WINDOWS_BITMAP_H_ #define _NETSURF_WINDOWS_BITMAP_H_ -#include "desktop/plotters.h" - struct gui_bitmap_table *win32_bitmap_table; struct bitmap { @@ -34,10 +32,9 @@ struct bitmap { }; struct bitmap *bitmap_scale(struct bitmap *prescale, int width, int height); -struct bitmap *bitmap_pretile(struct bitmap *untiled, int width, int height, - bitmap_flags_t flags); void *win32_bitmap_create(int width, int height, unsigned int state); + void win32_bitmap_destroy(void *bitmap); #endif -- cgit v1.2.3