summaryrefslogtreecommitdiff
path: root/desktop/thumbnail.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/thumbnail.h')
-rw-r--r--desktop/thumbnail.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/desktop/thumbnail.h b/desktop/thumbnail.h
index ecf8fa6f2..ef31f7ec3 100644
--- a/desktop/thumbnail.h
+++ b/desktop/thumbnail.h
@@ -28,7 +28,6 @@
struct hlcache_handle;
struct redraw_context;
struct bitmap;
-struct nsurl;
/**
* Redraw a content for thumbnailing
@@ -51,7 +50,6 @@ bool thumbnail_redraw(struct hlcache_handle *content, int width, int height,
/* In platform specific thumbnail.c. */
-bool thumbnail_create(struct hlcache_handle *content, struct bitmap *bitmap,
- struct nsurl *url);
+bool thumbnail_create(struct hlcache_handle *content, struct bitmap *bitmap);
#endif