From b355c48f970eca0dbe637d2ff4dd2eba6b2d21b9 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 9 Mar 2011 21:10:30 +0000 Subject: Make thumbnail_get_redraw_scale() static. svn path=/trunk/netsurf/; revision=11949 --- desktop/thumbnail.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'desktop/thumbnail.h') diff --git a/desktop/thumbnail.h b/desktop/thumbnail.h index c4700547f..71efdd81e 100644 --- a/desktop/thumbnail.h +++ b/desktop/thumbnail.h @@ -47,18 +47,6 @@ struct bitmap; bool thumbnail_redraw(struct hlcache_handle *content, int width, int height); -/** - * Get scale at which thumbnail will be rendered for a given content and - * thumbnail size. - * - * \param content The content to redraw for thumbnail - * \param width The thumbnail width - * \return scale thumbnail will be rendered at - * - * Units for width and height are pixels. - */ -float thumbnail_get_redraw_scale(struct hlcache_handle *content, int width); - /* In platform specific thumbnail.c. */ bool thumbnail_create(struct hlcache_handle *content, struct bitmap *bitmap, -- cgit v1.2.3