From 69778e29457cc0fbe65361e0db460908b89a8459 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 24 Jan 2014 08:39:01 +0000 Subject: move framebuffer fetch operations to their own module --- framebuffer/findfile.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'framebuffer/findfile.h') diff --git a/framebuffer/findfile.h b/framebuffer/findfile.h index ca40c7751..1f3db6eb1 100644 --- a/framebuffer/findfile.h +++ b/framebuffer/findfile.h @@ -19,8 +19,6 @@ #ifndef NETSURF_FB_FINDFILE_H #define NETSURF_FB_FINDFILE_H -#include "utils/nsurl.h" - extern char **respaths; /** Create an array of valid paths to search for resources. @@ -31,6 +29,4 @@ extern char **respaths; */ char **fb_init_resource(const char *resource_path); -nsurl *gui_get_resource_url(const char *path); - #endif /* NETSURF_FB_FINDFILE_H */ -- cgit v1.2.3