X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/c6353f67fd5d2c82abec98219f65eaa701fda757..8583f5e1725b84c60e501cbc2f579d13ce65a51d:/XMLNode.cpp?ds=sidebyside diff --git a/XMLNode.cpp b/XMLNode.cpp index cee8546..8551b0f 100644 --- a/XMLNode.cpp +++ b/XMLNode.cpp @@ -203,13 +203,9 @@ status_t parseStyledString(Bundle* bundle, } } if (xliffDepth == 0 && pseudolocalize) { -#ifdef ENABLE_PSEUDOLOCALIZE std::string orig(String8(text).string()); std::string pseudo = pseudolocalize_string(orig); curString.append(String16(String8(pseudo.c_str()))); -#else - assert(false); -#endif } else { if (isFormatted && hasSubstitutionErrors(fileName, inXml, text) != NO_ERROR) { return UNKNOWN_ERROR;