mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
lyx_2_3.py: remove senseless warning
This commit is contained in:
parent
ead148510b
commit
220f504941
@ -2183,7 +2183,6 @@ def revert_mathnumberpos(document):
|
||||
|
||||
def convert_mathnumberingname(document):
|
||||
" rename the \\math_number_before tag to \\math_numbering_side "
|
||||
document.warning("Malformed LyX document: Missing '\\end_inset' of Float inset.")
|
||||
regexp = re.compile(r'(\\math_number_before 1)')
|
||||
i = find_re(document.header, regexp, 0)
|
||||
if i != -1:
|
||||
|
Loading…
Reference in New Issue
Block a user