summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-03-15 00:14:58 +0000
committerVincent Sanders <vince@kyllikki.org>2015-03-15 00:14:58 +0000
commit8657bc563a32235c9b99ade4c0009e71c681f62f (patch)
treec28cdc12487023e2ce3c81854c824817cd61c72f
parent8a99b045bc48e0c5eb89129ea8ee034c72b955de (diff)
downloadnetsurf-8657bc563a32235c9b99ade4c0009e71c681f62f.tar.gz
netsurf-8657bc563a32235c9b99ade4c0009e71c681f62f.tar.bz2
Fixup atari thumbnail creation function parameters
Missed this frontend in previous commit.
-rwxr-xr-xatari/thumbnail.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/atari/thumbnail.c b/atari/thumbnail.c
index c6224ba77..75656ec19 100755
--- a/atari/thumbnail.c
+++ b/atari/thumbnail.c
@@ -16,11 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "utils/nsurl.h"
#include "desktop/thumbnail.h"
-bool thumbnail_create(struct hlcache_handle *content, struct bitmap *bitmap,
- nsurl *url)
+bool thumbnail_create(struct hlcache_handle *content, struct bitmap *bitmap)
{
return false;
}