aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/file_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/file_util.h')
-rw-r--r--wsutil/file_util.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/wsutil/file_util.h b/wsutil/file_util.h
index 057fdadb55..1588ced5de 100644
--- a/wsutil/file_util.h
+++ b/wsutil/file_util.h
@@ -152,11 +152,6 @@ void *ws_load_library(const gchar *library_name);
WS_DLL_PUBLIC
GModule *ws_module_open(gchar *module_name, GModuleFlags flags);
-/*
- * utf8 version of getenv, needed to get win32 filename paths
- */
-WS_DLL_PUBLIC char *getenv_utf8(const char *varname);
-
/** Create or open a "Wireshark is running" mutex.
* Create or open a mutex which signals that Wireshark or its associated
* executables is running. Used by the installer to test for a running application.