From 047569339406f2be1637ae4cee5dd0c9a9c2328f Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 22 Jan 2014 23:19:57 +0000 Subject: create table for fetcher operations and move all operations into it --- content/fetch.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'content/fetch.h') diff --git a/content/fetch.h b/content/fetch.h index 09b7c8d44..f20b4f2d2 100644 --- a/content/fetch.h +++ b/content/fetch.h @@ -99,11 +99,6 @@ extern bool fetch_active; typedef void (*fetch_callback)(const fetch_msg *msg, void *p); -/** @todo these calls should be in a file_table in gui_factory */ -const char *fetch_filetype(const char *unix_path); -char *fetch_mimetype(const char *ro_path); - - /** * Initialise the fetcher. * -- cgit v1.2.3