diff --git a/crengine/src/mathml.cpp b/crengine/src/mathml.cpp index b851da561..315f66082 100644 --- a/crengine/src/mathml.cpp +++ b/crengine/src/mathml.cpp @@ -1944,8 +1944,8 @@ static void fixupMathML( ldomNode * node, bool is_in_script ) { const mathml_operator_dict_entry * infix = NULL; const mathml_operator_dict_entry * prefix = NULL; const mathml_operator_dict_entry * postfix = NULL; - bool found = getOperatorProperties((const lChar32 *)text.c_str(), infix, prefix, postfix); - // printf("%s %d %d %d %d\n", UnicodeToLocal(text).c_str(), found, infix, prefix, postfix); + /*bool found =*/ getOperatorProperties((const lChar32 *)text.c_str(), infix, prefix, postfix); + // printf("%s %d %d %d %d\n", UnicodeToLocal(text).c_str(), found, infix, prefix, postfix); // The "form" (prefix/infix/postfix) to be used depends on various things: // https://mathml-refresh.github.io/mathml-core/#dictionary-based-attributes