Commit 85317b51 authored by Victor Chiletto's avatar Victor Chiletto Committed by Alexandre Julliard

msvcrt: Remove unused struct locale_search_t member.

parent 36c3a51d
......@@ -244,7 +244,6 @@ typedef struct {
WCHAR search_language[MAX_ELEM_LEN];
WCHAR search_country[MAX_ELEM_LEN];
WCHAR found_lang_sname[LOCALE_NAME_MAX_LENGTH];
DWORD found_codepage;
unsigned int match_flags;
BOOL allow_sname;
} locale_search_t;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment