fusion: Remove unused to_multibyte function.

Signed-off-by: Gerald Pfeifer <gerald@pfeifer.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Gerald Pfeifer 2017-11-05 10:48:22 +01:00 committed by Alexandre Julliard
parent b077271cfb
commit 9b187da8b8
1 changed files with 0 additions and 5 deletions

View File

@ -339,11 +339,6 @@ static inline void to_widechar(LPWSTR dest, LPCSTR src)
MultiByteToWideChar(CP_ACP, 0, src, -1, dest, MAX_PATH);
}
static inline void to_multibyte(LPSTR dest, LPWSTR src)
{
WideCharToMultiByte(CP_ACP, 0, src, -1, dest, MAX_PATH, NULL, NULL);
}
static void test_assembly_name_props_line(IAssemblyName *name,
const ASMPROP_RES *vals, int line)
{