summaryrefslogtreecommitdiff
path: root/monkey
diff options
context:
space:
mode:
Diffstat (limited to 'monkey')
-rw-r--r--monkey/thumbnail.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/monkey/thumbnail.c b/monkey/thumbnail.c
index 61f5ee611..b49944b12 100644
--- a/monkey/thumbnail.c
+++ b/monkey/thumbnail.c
@@ -23,9 +23,8 @@
#include "monkey/browser.h"
-bool thumbnail_create(hlcache_handle *content, struct bitmap *bitmap,
- nsurl *url)
+bool thumbnail_create(hlcache_handle *content, struct bitmap *bitmap)
{
- fprintf(stdout, "GENERIC THUMBNAIL URL %s\n", nsurl_access(url));
+ fprintf(stdout, "GENERIC THUMBNAIL\n");
return false;
}