summaryrefslogtreecommitdiff
path: root/desktop/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/gui.h')
-rw-r--r--desktop/gui.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/desktop/gui.h b/desktop/gui.h
index 5710d5328..bc7553c16 100644
--- a/desktop/gui.h
+++ b/desktop/gui.h
@@ -331,23 +331,6 @@ struct gui_fetch_table {
*/
const char *(*filetype)(const char *unix_path);
- /**
- * Convert a pathname to a file: URL.
- *
- * \param path pathname
- * \return URL, allocated on heap, or NULL on failure
- */
- char *(*path_to_url)(const char *path);
-
- /**
- * Convert a file: URL to a pathname.
- *
- * \param url a file: URL
- * \return pathname, allocated on heap, or NULL on failure
- */
- char *(*url_to_path)(const char *url);
-
-
/* Optional entries */
/**
@@ -379,7 +362,6 @@ struct gui_fetch_table {
};
-
/**
* User interface utf8 characterset conversion routines.
*/