summaryrefslogtreecommitdiff
path: root/content/fetch.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetch.h')
-rw-r--r--content/fetch.h5
1 files changed, 0 insertions, 5 deletions
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.
*