From fa854d7a0153d6846cb15d1aaa8708e00827a00d Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Thu, 30 Oct 2014 18:10:06 -0700 Subject: Eliminate wcsv2strv --- common.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'common.h') diff --git a/common.h b/common.h index a5ec50ab..5c462974 100644 --- a/common.h +++ b/common.h @@ -682,12 +682,6 @@ wcstring vformat_string(const wchar_t *format, va_list va_orig); void append_format(wcstring &str, const wchar_t *format, ...); void append_formatv(wcstring &str, const wchar_t *format, va_list ap); -/** - Returns a newly allocated wide character string array equivalent of - the specified multibyte character string array -*/ -char **wcsv2strv(const wchar_t * const *in); - /** Test if the given string is a valid variable name. -- cgit v1.2.3