aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/webbrowser.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-09-18 21:51:22 +0000
committerGerald Combs <gerald@wireshark.org>2012-09-18 21:51:22 +0000
commit8967d312aded15f7cd68f6802b9a5b49549e5e93 (patch)
tree97f7a2d978bf68ecf2902df8a21da90b62938292 /ui/gtk/webbrowser.h
parent5ee932193f8d420cb1839347769841e82f3d8185 (diff)
Move the UI-independent help URL code to ui/help_url.[ch].
svn path=/trunk/; revision=44987
Diffstat (limited to 'ui/gtk/webbrowser.h')
-rw-r--r--ui/gtk/webbrowser.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/ui/gtk/webbrowser.h b/ui/gtk/webbrowser.h
index 1436f84aab..7e4b1c0ef7 100644
--- a/ui/gtk/webbrowser.h
+++ b/ui/gtk/webbrowser.h
@@ -34,11 +34,4 @@ extern gboolean filemanager_open_directory (const gchar *path);
/* browse a file relative to the data dir */
extern void browser_open_data_file (const gchar *filename);
-/** Convert local absolute path to uri.
- *
- * @param filename to (absolute pathed) filename to convert
- * @return a newly allocated uri, you must g_free it later
- */
-extern gchar *filename2uri(const gchar *filename);
-
#endif /* __WEBBROWSER_H__ */