From 80a80edd5ec87b41d86faa03c9a9b7a773f32f74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Thu, 31 Mar 2016 04:38:51 +0100 Subject: wsutil: Remove getenv_utf8(), replaced with g_getenv() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace getenv() calls in filesystem.c too for consistency. Change-Id: I31425179290e556e6696953531989d93777adf92 Reviewed-on: https://code.wireshark.org/review/14752 Petri-Dish: João Valverde Reviewed-by: João Valverde Tested-by: João Valverde Reviewed-by: Michael Mann --- wsutil/file_util.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'wsutil/file_util.h') 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. -- cgit v1.2.1