From 283cd05d0112b08753cb0b0c505a370ebccc52d1 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 3 May 2014 17:29:59 +0100 Subject: Improve documentation on mimetype fetcher table --- windows/gui.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'windows/gui.c') 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; -- cgit v1.2.3