summaryrefslogtreecommitdiff
path: root/windows/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'windows/gui.c')
-rw-r--r--windows/gui.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/windows/gui.c b/windows/gui.c
index 8270c13ff..0af54ee62 100644
--- a/windows/gui.c
+++ b/windows/gui.c
@@ -1881,8 +1881,6 @@ static struct gui_fetch_table fetch_table = {
.filetype = fetch_filetype,
.path_to_url = path_to_url,
.url_to_path = url_to_path,
-
- .mimetype = fetch_mimetype,
};
struct gui_fetch_table *win32_fetch_table = &fetch_table;