From a66575dfebd6460d5134c22543458030c7ae817d Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 19 Feb 2011 22:17:54 +0000 Subject: Remove thumbnail_create() from browser.h. Make RO front end use the core thumbnail_redraw function. Make other front ends include the right header for thumbnail_create(). svn path=/trunk/netsurf/; revision=11716 --- desktop/browser.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'desktop/browser.h') diff --git a/desktop/browser.h b/desktop/browser.h index c12f2113c..9f80d7c05 100644 --- a/desktop/browser.h +++ b/desktop/browser.h @@ -291,10 +291,6 @@ void global_history_add(const char *url); void global_history_add_recent(const char *url); char **global_history_get_recent(int *count); -/* In platform specific thumbnail.c. */ -bool thumbnail_create(struct hlcache_handle *content, struct bitmap *bitmap, - const char *url); - /* In platform specific schedule.c. */ void schedule(int t, void (*callback)(void *p), void *p); void schedule_remove(void (*callback)(void *p), void *p); -- cgit v1.2.3