X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Ferror.c;fp=src%2Ferror.c;h=a4672a5644e68eb2f1adc435d87f1940a5bbb35f;hp=6e04a06ae1cd94f125307502844c9cdce437fa1e;hb=1303150699ab5bf40201855fc6923387ddfd5ac0;hpb=ce50e9190bdb770640a53a1a8d612229be65d8e7 diff --git a/src/error.c b/src/error.c index 6e04a06a..a4672a56 100644 --- a/src/error.c +++ b/src/error.c @@ -236,9 +236,6 @@ static const tchar * const error_strings[] = { = T("One of the specified paths to delete was a directory"), [WIMLIB_ERR_IS_SPLIT_WIM] = T("The WIM is part of a split WIM, which is not supported for this operation"), - [WIMLIB_ERR_LIBXML_UTF16_HANDLER_NOT_AVAILABLE] - = T("libxml2 was unable to find a character encoding conversion handler " - "for UTF-16LE"), [WIMLIB_ERR_LINK] = T("Failed to create a hard or symbolic link when extracting " "a file from the WIM"),